Migration: header->expect & impl->actual in IDEA test data

This commit is contained in:
Mikhail Glukhikh
2017-09-15 12:04:30 +03:00
parent 32cc619f15
commit 6e41bbc2a7
430 changed files with 663 additions and 663 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
// No "unused symbol" should be reported here
header class My
expect class My
impl class My
actual class My
// But this should be reported
header val bar: String
expect val bar: String