Support additional flags in MPP tests. Add diagnostic tests for defaults
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package base
|
||||
|
||||
interface Check {
|
||||
fun test(): String {
|
||||
return "fail";
|
||||
}
|
||||
}
|
||||
|
||||
open class CheckClass : Check
|
||||
Reference in New Issue
Block a user