[TEST] Update testdata broken in c2d3a252
This commit is contained in:
Vendored
+3
-3
@@ -1,3 +1,3 @@
|
||||
[kotlinPrivatePropertyUsages2.0.kt] Named argument 9 public class ServerEx(): Server(foo = "!") {
|
||||
[kotlinPrivatePropertyUsages2.0.kt] Value read 6 open fun processRequest() = foo
|
||||
[kotlinPrivatePropertyUsages2.1.kt] Named argument 5 println(Server(foo = "!").foo)
|
||||
[kotlinPrivatePropertyUsages2.0.kt] Named argument 10 public class ServerEx(): Server(foo = "!") {
|
||||
[kotlinPrivatePropertyUsages2.0.kt] Value read 7 open fun processRequest() = foo
|
||||
[kotlinPrivatePropertyUsages2.1.kt] Named argument 5 println(Server(foo = "!").foo)
|
||||
|
||||
Reference in New Issue
Block a user