Merged LoadCompiledKotlin test int LoadJavaTest.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package test
|
||||
|
||||
class ClassVar() {
|
||||
var property1 = 1
|
||||
|
||||
internal var property2 = 1
|
||||
|
||||
private var property3 = Object()
|
||||
|
||||
protected var property4: String = ""
|
||||
|
||||
public var property5: Int = 1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user