0df5d5158d
#KT-38297 Fixed
6 lines
52 B
Plaintext
6 lines
52 B
Plaintext
val runnable = Runnable {
|
|
foo()
|
|
}
|
|
|
|
fun foo() {
|
|
} |