blob: 452ea36a5008ff4381deb7c52102c01ab3cceb40 [file] [log] [blame]
public class A_testRawSubType_in {
void foo(Interface i){
Comparable c= i.getName();
}
}
interface Interface {
String getName();
}