13 lines
98 B
Plaintext
13 lines
98 B
Plaintext
package test
|
|
|
|
fun foo() {
|
|
bar(4)
|
|
baz()
|
|
}
|
|
|
|
fun baz() {
|
|
}
|
|
|
|
val prop1 = ""
|
|
val prop2 = prop1
|