Big change in quickfix tests: no stupid test data format with "before" and "after" file prefixes
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
// "Create secondary constructor" "true"
|
||||
|
||||
class A {
|
||||
constructor(i: Int) {
|
||||
//To change body of created constructors use File | Settings | File Templates.
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
fun test() {
|
||||
val a = A(1)
|
||||
}
|
||||
Reference in New Issue
Block a user