Fix ConstantValue-related testData for loadJava tests
This commit is contained in:
@@ -6,5 +6,5 @@ interface Trait {
|
||||
}
|
||||
|
||||
open class Subclass() : Trait {
|
||||
override open val shape = "circle"
|
||||
override open val shape = { "circle" }()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user