Fix test data after f3344ec

This commit is contained in:
Mikhail Zarechenskiy
2017-10-05 10:20:46 +03:00
parent 3fd1a0f14b
commit c6a00af2f0
2 changed files with 2 additions and 2 deletions
@@ -1,6 +1,6 @@
package test
expect class <caret>C
expect class <caret>C()
fun test() {
C()
@@ -1,6 +1,6 @@
package test
expect class C
expect class C()
fun test() {
C()