9fcf6c5f89
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
7 lines
90 B
Java
Vendored
7 lines
90 B
Java
Vendored
package foo;
|
|
|
|
public class Foo {
|
|
public int field = 42;
|
|
public void method() {}
|
|
}
|