mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
Fix incorrect 'original' in property accessors
#KT-3930 Fixed
This commit is contained in:
3
compiler/testData/codegen/boxWithJava/properties/substituteJavaSuperField/Test.java
vendored
Normal file
3
compiler/testData/codegen/boxWithJava/properties/substituteJavaSuperField/Test.java
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
abstract class Test<F> {
|
||||
protected final F value = null;
|
||||
}
|
||||
Reference in New Issue
Block a user