fix prop modality reading from class files
This commit is contained in:
@@ -2,5 +2,5 @@ namespace test
|
||||
|
||||
open class test.NotNullField : jet.Any {
|
||||
final /*constructor*/ fun <init>(): test.NotNullField
|
||||
var hi: jet.String
|
||||
final var hi: jet.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user