149ea16f5c
#KT-4488 Fixed
5 lines
86 B
Kotlin
5 lines
86 B
Kotlin
object : Runnable {
|
|
override fun run() {
|
|
System.out.println("Run")
|
|
}
|
|
} |