Files
Alexander Udalov 9fcf6c5f89 JVM: add tests on some JPMS-related diagnostics
Somehow we ended up in the state where we have two diagnostics which are
not covered by any tests in the project. This commit adds simple tests
for them.

 #KT-60797
2024-02-09 18:06:02 +00:00

7 lines
90 B
Java
Vendored

package foo;
public class Foo {
public int field = 42;
public void method() {}
}