compiler testdata: s/trait/interface
This commit is contained in:
@@ -5,7 +5,7 @@ fun String.bar(n: Int): Int? = noImpl
|
||||
|
||||
|
||||
native
|
||||
trait T {
|
||||
interface T {
|
||||
nativeGetter
|
||||
fun foo(d: Double): String?
|
||||
nativeGetter
|
||||
|
||||
Reference in New Issue
Block a user