1afbb961ee
#KT-7135 Fixed
8 lines
124 B
Kotlin
8 lines
124 B
Kotlin
package test
|
|
|
|
open class JavaClass {
|
|
public var field: Int = 0
|
|
|
|
public var property: Int = 0
|
|
protected set
|
|
} |