mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
Reporting ACCIDENTAL_OVERRIDE on jvm signatures that have no descriptors
(marking them SYNTHETIC)
This commit is contained in:
committed by
Michael Bogdanov
parent
9b7bccce22
commit
b8b0316d97
@@ -0,0 +1,7 @@
|
||||
package test;
|
||||
|
||||
public class referenceToJavaFieldViaBridge {
|
||||
|
||||
protected String field = "OK";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user