Generate @JvmDefault for property accessors in LIGHT_CLASS MODE
This commit is contained in:
Vendored
+6
-3
@@ -6,9 +6,12 @@ interface KotlinInterface {
|
||||
|
||||
}
|
||||
|
||||
// @JvmDefault
|
||||
// val foo: String
|
||||
// get() = "123"
|
||||
@JvmDefault
|
||||
var foo: String
|
||||
get() = "123"
|
||||
set(field) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user