5 lines
190 B
Plaintext
Vendored
5 lines
190 B
Plaintext
Vendored
compiler/testData/javaModules/releaseFlag/moduleSwing/foo/Foo.kt:5:12: error: unresolved reference 'javax.swing.JFrame'.
|
|
val z: javax.swing.JFrame? = null
|
|
^
|
|
COMPILATION_ERROR
|