compiler testdata: s/trait/interface
This commit is contained in:
@@ -23,7 +23,7 @@ fun test3(s: String?) {
|
||||
s.<!UNRESOLVED_REFERENCE_WRONG_RECEIVER!>foo<!>("a")
|
||||
}
|
||||
|
||||
trait A
|
||||
interface A
|
||||
fun <T: A> T.c() {}
|
||||
|
||||
fun test4() {
|
||||
|
||||
Reference in New Issue
Block a user