QuickFixMultiModule: change tests structure
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
// DISABLE-ERRORS
|
||||
|
||||
expect class WithSecondaryConstructor {
|
||||
constructor(x: Int, s: String)
|
||||
|
||||
fun bar(x: String)
|
||||
|
||||
val z: Double
|
||||
}
|
||||
Reference in New Issue
Block a user