KT-1047 - obsolete. test added
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
public open class Test() {
|
||||
open public fun test() : Unit {
|
||||
System.out?.println(hello)
|
||||
}
|
||||
class object {
|
||||
private val hello : String? = "Hello"
|
||||
}
|
||||
}
|
||||
|
||||
fun box() : String {
|
||||
Test().test()
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user