Diagnostics test data fixed

This commit is contained in:
Andrey Breslav
2011-12-26 19:55:29 +04:00
parent 3b0ca42e0b
commit fa5be15852
26 changed files with 173 additions and 159 deletions
@@ -1,4 +1,4 @@
//FILE:a.kt
// FILE:a.kt
package a
import b.B //class
@@ -13,7 +13,7 @@ fun test(arg: B) {
arg.ext()
}
//FILE:b.kt
// FILE:b.kt
package b
class B() {}