KT-4881 Annotation resolved to package should be compile-time error
#KT-4881 Fixed
This commit is contained in:
@@ -2,7 +2,7 @@ package to
|
||||
|
||||
import a.a
|
||||
|
||||
fun f(i: a.a) {
|
||||
fun f(i: a) {
|
||||
a.a
|
||||
a()
|
||||
}
|
||||
Reference in New Issue
Block a user