d913dfb1aa
"context.contextKind()" was incorrect in ExpressionCodegen.intermediateValueForProperty(), because it represents the context of the call site, not the context of the property declaration #KT-4878 Fixed
6 lines
93 B
Java
6 lines
93 B
Java
class fieldAccessViaSubclass {
|
|
public String fieldO;
|
|
|
|
public static String fieldK;
|
|
}
|