compiler testdata: s/trait/interface
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import kotlin.jvm.*
|
||||
|
||||
trait Base {
|
||||
interface Base {
|
||||
fun foo()
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import kotlin.jvm.*
|
||||
|
||||
trait Tr {
|
||||
interface Tr {
|
||||
<!NATIVE_DECLARATION_IN_TRAIT!>native fun foo()<!>
|
||||
<!NATIVE_DECLARATION_IN_TRAIT, NATIVE_DECLARATION_CANNOT_HAVE_BODY!>native fun bar()<!> {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user