Generate tests for ide light classes from the same test data as for compiler light classes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Derived
|
||||
|
||||
interface Base {
|
||||
fun baz(s: String): String
|
||||
fun baz(g: String): String
|
||||
}
|
||||
|
||||
class Derived(x: Base): Base by x
|
||||
Reference in New Issue
Block a user