More validation checks for field annotations
This commit is contained in:
@@ -2,5 +2,5 @@ namespace test
|
||||
|
||||
public open class test.WrongFieldName : java.lang.Object {
|
||||
public final /*constructor*/ fun <init>(): test.WrongFieldName
|
||||
public final val foo: jet.String?
|
||||
public final var foo: jet.String?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user