Remove property with @JvmDefault to make test pass
In sake of #KT-28708
This commit is contained in:
Vendored
-6
@@ -6,12 +6,6 @@ interface KotlinInterface {
|
||||
|
||||
}
|
||||
|
||||
@JvmDefault
|
||||
var foo: String
|
||||
get() = "123"
|
||||
set(field) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user