compiler testdata: s/trait/interface
This commit is contained in:
@@ -3,5 +3,5 @@ package test
|
||||
public final class UnboundWildcard {
|
||||
public final fun foo(): MyClass<*>? = throw UnsupportedOperationException()
|
||||
|
||||
public trait MyClass<T: CharSequence?>
|
||||
public interface MyClass<T: CharSequence?>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user