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
4 lines
92 B
Java
4 lines
92 B
Java
public class fieldAccessFromExtensionInTraitImpl {
|
|
public final String result = "OK";
|
|
}
|