You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this set as the compiler config script, code completion in the default package fails with exception in import region determination. There is no package statement to denote the start of the imports region.
withConfig(configuration) {
imports {
star 'java.util.regex'
}
}
Completion of the TypeChecked proposal at the caret fails to apply the import edit.
@TypeCh|classC {
}
The text was updated successfully, but these errors were encountered:
With this set as the compiler config script, code completion in the default package fails with exception in import region determination. There is no package statement to denote the start of the imports region.
withConfig(configuration) { imports { star 'java.util.regex' } }
Completion of the
TypeChecked
proposal at the caret fails to apply the import edit.The text was updated successfully, but these errors were encountered: