JS: improve a test (review fix)
This commit is contained in:
@@ -29,7 +29,7 @@ inline fun run(): String {
|
|||||||
fun ok() = o.run() + k.run()
|
fun ok() = o.run() + k.run()
|
||||||
|
|
||||||
// FILE: main.kt
|
// FILE: main.kt
|
||||||
|
// RECOMPILE
|
||||||
interface I {
|
interface I {
|
||||||
fun run(): String
|
fun run(): String
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user