@Singleton
public class SingletonTest {
}
new SingletonTest()
does not color red, even though it generates exception at runtime when run.
Description
This groovy code:
@Singleton
public class SingletonTest {
}
new SingletonTest()
does not color red, even though it generates exception at runtime when run.