IDE testdata: s/trait/interface
This commit is contained in:
@@ -36,7 +36,7 @@ class A {
|
||||
}
|
||||
}
|
||||
|
||||
trait T {
|
||||
interface T {
|
||||
companion object {
|
||||
val prop = 1 // T\$Companion
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
trait A {
|
||||
interface A {
|
||||
fun foo() {
|
||||
"" // A\$\$TImpl
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user