mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
"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;
|
|
}
|