compiler testdata: s/trait/interface
This commit is contained in:
@@ -2,7 +2,7 @@ import kotlin.test.assertEquals
|
||||
|
||||
fun foo(block: () -> String) = block()
|
||||
|
||||
trait A {
|
||||
interface A {
|
||||
fun f(): String
|
||||
fun g(): String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user