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,6 +1,6 @@
// PrivateInClass
class PrivateInClass private (s: String?) {
class PrivateInClass private (g: String?) {
private var nn: String
get() = ""
set(value) {}