compiler testdata: s/trait/interface
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// KT-880 Overload resolution ambiguity
|
||||
|
||||
public trait I {
|
||||
public interface I {
|
||||
open fun test() : Unit
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user