compiler testdata: s/trait/interface
This commit is contained in:
@@ -17,7 +17,7 @@ native
|
||||
fun String.bar(): Int = noImpl
|
||||
|
||||
native
|
||||
trait T {
|
||||
interface T {
|
||||
val baz: Int
|
||||
|
||||
fun foo()
|
||||
|
||||
@@ -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