Fix for KT-9788: AssertionError from back-end when we read field from inline function

#KT-9788 Fixed
This commit is contained in:
Michael Bogdanov
2015-10-29 11:07:52 +03:00
parent 7046f63511
commit 9e5af43ce1
5 changed files with 23 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
public class JavaClass {
protected String FIELD = "OK";
}