Check absence of explicit initializer in field annotation
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace test
|
||||
|
||||
public open class test.WrongFieldInitializer : java.lang.Object {
|
||||
public final /*constructor*/ fun <init>(): test.WrongFieldInitializer
|
||||
public final var foo: jet.String?
|
||||
}
|
||||
Reference in New Issue
Block a user