Add test cases for obsolete issues
#KT-3407 Obsolete #KT-4753 Obsolete
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun box(): String {
|
||||
Base<String>{}.call("")
|
||||
Derived{}.call("")
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user