Don't mess up with configuring project descriptors in PullPush tests
This commit fixes tests in 173 branch.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// WITH_RUNTIME
|
||||
abstract class <caret>B(
|
||||
// INFO: {"checked": "true"}
|
||||
val n: Int,
|
||||
// INFO: {"checked": "true"}
|
||||
val s: String,
|
||||
val b: Boolean
|
||||
// INFO: {"checked": "true"}
|
||||
val n: Int,
|
||||
// INFO: {"checked": "true"}
|
||||
val s: String,
|
||||
val b: Boolean
|
||||
): A()
|
||||
Reference in New Issue
Block a user