Fix test data after f3344ec
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
package test
|
package test
|
||||||
|
|
||||||
expect class <caret>C
|
expect class <caret>C()
|
||||||
|
|
||||||
fun test() {
|
fun test() {
|
||||||
C()
|
C()
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
package test
|
package test
|
||||||
|
|
||||||
expect class C
|
expect class C()
|
||||||
|
|
||||||
fun test() {
|
fun test() {
|
||||||
C()
|
C()
|
||||||
|
|||||||
Reference in New Issue
Block a user