Consider the following: ```groovy def sdf = new java.text.SimpleDateFormat("MM.dd.yyyy") ``` Syntax coloring should be "default" for `java.text.` and "constructor call" for `SimpleDateFormat`. Java editor:  Groovy editor: 
Consider the following:
Syntax coloring should be "default" for
java.text.and "constructor call" forSimpleDateFormat.Java editor:

Groovy editor:
