Generate tests for ide light classes from the same test data as for compiler light classes

This commit is contained in:
Pavel V. Talanov
2015-10-14 16:47:50 +03:00
parent 35e56993d3
commit 9e9f593a7f
13 changed files with 351 additions and 37 deletions
@@ -1,7 +1,7 @@
// Derived
interface Base {
fun baz(s: String): String
fun baz(g: String): String
}
class Derived(x: Base): Base by x