Files
kotlin-fork/compiler/testData/javaModules/releaseFlag/moduleSwing.fir.txt
T
2023-09-04 08:05:08 +00:00

5 lines
183 B
Plaintext
Vendored

compiler/testData/javaModules/releaseFlag/moduleSwing/foo/Foo.kt:5:18: error: unresolved reference 'swing'.
val z: javax.swing.JFrame? = null
^
COMPILATION_ERROR