This website requires JavaScript.
Explore
Help
Register
Sign In
jlengrand
/
kotlin
Watch
1
Star
0
Fork
0
You've already forked kotlin
mirror of
https://github.com/jlengrand/kotlin.git
synced
2026-05-18 08:31:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3dfbd36f152e4a43da340d399ce7829472e09222
kotlin
/
compiler
/
testData
/
codegen
/
boxAgainstJava
/
visibility
/
protectedAndPackage
History
pyos
f30e564c90
JVM_IR: do not use fields' superQualifierSymbol to cast the receiver
...
It's only for computing the field owner. #KT-42131 Fixed
2020-09-24 18:28:23 +02:00
..
overrideProtectedFunInPackage.kt
…
protectedAccessor.kt
JVM_IR: add accessors for protected members in divergent hierarchies
2019-10-24 12:46:48 +02:00
protectedFunInPackage.kt
…
protectedPropertyInPackage.kt
…
protectedPropertyInPackageFromCrossinline.kt
JVM_IR: further refine synthetic accessor generation
2020-01-31 13:20:30 +01:00
protectedStaticClass.kt
…
protectedSuperField.kt
JVM_IR: do not use fields' superQualifierSymbol to cast the receiver
2020-09-24 18:28:23 +02:00
protectedSuperMethod.kt
…