This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
ebda21c68ae50178dd37710cc2c19b671043a8c2
kotlin-fork
/
compiler
/
testData
/
codegen
/
boxInline
/
syntheticAccessors
T
History
Michael Bogdanov
9cad1a912a
Choose proper context for accessor generation: skip inline ones; Fix for KT-6102: Bypass synthetic accessor when inlining lambda which calls private member
...
#KT-6102 Fixed
2015-12-17 09:51:41 +03:00
..
withinInlineLambda
Choose proper context for accessor generation: skip inline ones; Fix for KT-6102: Bypass synthetic accessor when inlining lambda which calls private member
2015-12-17 09:51:41 +03:00
packagePrivateMembers.1.kt
…
packagePrivateMembers.2.kt
…
propertyModifiers.1.kt
…
propertyModifiers.2.kt
…
protectedMembers.1.kt
Support access to protected members within inline functions
2015-11-11 14:34:48 +03:00
protectedMembers.2.kt
Support access to protected members within inline functions
2015-11-11 14:34:48 +03:00
protectedMembersFromSuper.1.kt
Support access to protected members within inline functions
2015-11-11 14:34:48 +03:00
protectedMembersFromSuper.2.kt
Support access to protected members within inline functions
2015-11-11 14:34:48 +03:00
superCall.1.kt
…
superCall.2.kt
…
superProperty.1.kt
…
superProperty.2.kt
…