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