Fixed codegen crash on use of protected synthetic extension property
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
public class _protected {
|
||||
protected String getOk() { return "OK"; }
|
||||
}
|
||||
Reference in New Issue
Block a user