Generate tests for ide light classes from the same test data as for compiler light classes
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
// PrivateInClass
|
||||
|
||||
class PrivateInClass private (s: String?) {
|
||||
class PrivateInClass private (g: String?) {
|
||||
private var nn: String
|
||||
get() = ""
|
||||
set(value) {}
|
||||
|
||||
Reference in New Issue
Block a user