KT-4881 Annotation resolved to package should be compile-time error
#KT-4881 Fixed
This commit is contained in:
@@ -6,7 +6,7 @@ fun sample(): Input {
|
||||
return Input("Hello", "World");
|
||||
}
|
||||
|
||||
test fun testForEachLine() {
|
||||
fun testForEachLine() {
|
||||
val list = ArrayList<String>()
|
||||
val reader = sample()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user