0a1b3a8455
KT-7354 Fixed Visibility.displayText is deprecated with warning. Diagnostics for java visibilities changed.
14 lines
623 B
Plaintext
Vendored
14 lines
623 B
Plaintext
Vendored
compiler/testData/cli/jvm/singleJavaFileRoots/test.kt:7:9: error: cannot access class 'C'. Check your module classpath for missing or conflicting dependencies
|
|
B().c()
|
|
^
|
|
compiler/testData/cli/jvm/singleJavaFileRoots/test.kt:8:5: error: unresolved reference: C
|
|
C().a()
|
|
^
|
|
compiler/testData/cli/jvm/singleJavaFileRoots/test.kt:12:5: error: cannot access '<init>': it is package-private in 'PackageLocal1'
|
|
PackageLocal1()
|
|
^
|
|
compiler/testData/cli/jvm/singleJavaFileRoots/test.kt:13:5: error: cannot access '<init>': it is package-private in 'PackageLocal2'
|
|
PackageLocal2()
|
|
^
|
|
COMPILATION_ERROR
|