Files
kotlin-fork/idea/testData/copyPaste/imports/NoImportForBuiltIns.expected.kt
T
2015-04-09 19:09:08 +03:00

10 lines
269 B
Kotlin

// ERROR: Cannot access 'd': it is 'private' in 'a'
// ERROR: Cannot access 'd': it is 'private' in 'a'
// ERROR: Cannot access 'b': it is 'private' in 'a'
// ERROR: Cannot access 'b': it is 'private' in 'a'
package to
import a.b
import a.d
fun f(c: IntRange) = d + b