J2K: do not generate super call to abstract property
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package test
|
||||
|
||||
import kotlinApi.*
|
||||
|
||||
class KotlinClassAbstractPropertyImpl : KotlinClassAbstractProperty() {
|
||||
override var isVisible: Boolean = false
|
||||
private set
|
||||
|
||||
private fun test() {
|
||||
isVisible = true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user