compiler testdata: s/trait/interface
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
// KT-1188
|
||||
|
||||
trait Foo {
|
||||
interface Foo {
|
||||
val b : Bar
|
||||
val b1 : Foo.Bar
|
||||
trait Bar {}
|
||||
interface Bar {}
|
||||
}
|
||||
|
||||
trait Foo2 : Foo {
|
||||
interface Foo2 : Foo {
|
||||
val bb1 : Foo.Bar
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user