KT-4881 Annotation resolved to package should be compile-time error

#KT-4881 Fixed
This commit is contained in:
Andrey Breslav
2014-12-23 15:18:18 +03:00
parent 8ff5cf62cc
commit 6728a384e4
10 changed files with 70 additions and 13 deletions
@@ -6,7 +6,7 @@ fun sample(): Input {
return Input("Hello", "World");
}
test fun testForEachLine() {
fun testForEachLine() {
val list = ArrayList<String>()
val reader = sample()