compiler testdata: s/trait/interface
This commit is contained in:
@@ -4,7 +4,7 @@ fun <T: Any> foo(v: Any): T? = unescape(v)
|
||||
|
||||
//--------------
|
||||
|
||||
trait A
|
||||
interface A
|
||||
|
||||
fun <R : A> unescapeA(value: Any): R? = throw Exception("$value")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user