b454fcc1e0
This is needed to avoid clashes between different dumps from different handlers
44 lines
466 B
Kotlin
Vendored
44 lines
466 B
Kotlin
Vendored
fun foo(): String {
|
|
return ""
|
|
}
|
|
|
|
val x: Int
|
|
field = 42
|
|
get
|
|
|
|
val test1: String
|
|
field = ""
|
|
get
|
|
|
|
val test2: String
|
|
field = "abc"
|
|
get
|
|
|
|
val test3: String
|
|
field = ""
|
|
get
|
|
|
|
val test4: String
|
|
field = "abc"
|
|
get
|
|
|
|
val test5: String
|
|
field = "\nabc\n"
|
|
get
|
|
|
|
val test6: String
|
|
field = <get-test1>() + " " + foo()
|
|
get
|
|
|
|
val test7: String
|
|
field = <get-test1>()
|
|
get
|
|
|
|
val test8: String
|
|
field = foo()
|
|
get
|
|
|
|
val test9: String
|
|
field = <get-x>()
|
|
get
|