compiler testdata: s/trait/interface
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ class A {
|
||||
fun B.foo() {}
|
||||
}
|
||||
|
||||
trait B
|
||||
interface B
|
||||
|
||||
fun bar(a: A, b: B) {
|
||||
with (a) {
|
||||
|
||||
Reference in New Issue
Block a user