blob: 07c6dadf65e5e6fb3e56afd4370c95b87e746f2d [file]
fun box(): String {
Base<String>{}.call("")
Derived{}.call("")
return "OK"
}