d0f0b9e355
For internal members new names are generated, So, references to them from Java will be broken
6 lines
67 B
Kotlin
Vendored
6 lines
67 B
Kotlin
Vendored
class Foo {
|
|
var prop = 0
|
|
fun foo() {
|
|
prop++
|
|
}
|
|
} |