Fixed test data (+ renamed test)

This commit is contained in:
Valentin Kipyatkov
2015-01-14 22:26:19 +03:00
parent 2e420fc312
commit 2c60201832
3 changed files with 8 additions and 8 deletions
@@ -1,8 +1,8 @@
//FILE:a.kt
package a
import <!USELESS_HIDDEN_IMPORT!>b.O<!>
import c.O
import <!CONFLICTING_IMPORT!>b.O<!>
import <!CONFLICTING_IMPORT!>c.O<!>
//FILE:b.kt
package b