Release flag. Add diagnostics

This commit is contained in:
Mikhael Bogdanov
2021-11-10 10:58:03 +01:00
committed by Space
parent e5e3e9d326
commit c2d17ded33
20 changed files with 160 additions and 47 deletions
@@ -0,0 +1,4 @@
compiler/testData/javaModules/releaseFlag/moduleSwing/foo/Foo.kt:5:24: error: symbol is declared in module 'javafx.media' which current module does not depend on
val z: javax.swing.JFrame? = null
^
COMPILATION_ERROR