Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
analysis
/
analysis-api
/
testData
/
referenceResolve
/
kotlinPackage
/
kotlinPackageNotAllowed.kt
blob: 56da517fe51394c731194cb4df99c888cabe3b53 [
file
]
// FE1.0 can resolve to `kotlin` package when it's not allowed
// IGNORE_FE10
// COMPILATION_ERRORS
// FILE: a.kt
package
kotlin
.
pckg
fun foo
()
{
b
<caret>
ar
()
}
// FILE: b.kt
package
kotlin
.
pckg
fun bar
()
{
}