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
c8dea3db35fbbfecebc8d2db05400fb43c53fc42
kotlin-fork
/
compiler
/
testData
/
codegen
/
box
/
jvmStatic
T
History
Mads Ager
3db5ba98ad
[JVM IR] Do not insert Nothing handling in JvmStatic wrapper.
...
Fixes KT-46568.
2021-05-11 16:26:04 +02:00
..
protectedInSuperClass
Minor, add a bit more tests for KT-12063
2021-03-31 00:08:52 +02:00
annotations.kt
…
closure.kt
…
companionObject.kt
…
convention.kt
…
default.kt
…
defaultCrossFile.kt
…
enumCompanion.kt
…
explicitObject.kt
…
extensionPropertyGetter.kt
Add tests for issues fixed in JVM IR
2021-02-10 21:42:10 +01:00
funAccess.kt
…
functionReference.kt
[JVM_IR] Deal with lowering ordering issues for JvmStatic function references.
2020-11-18 17:13:00 +01:00
importStaticMemberFromObject.kt
…
inline.kt
…
inlinePropertyAccessors.kt
…
interfaceCompanion.kt
…
jvmNameForAccessor.kt
…
kt9897_static.kt
…
kt21246.kt
…
kt21246a.kt
…
kt31389.kt
Generate correct names for companion @JvmStatic accessors in annotation class
2020-12-09 13:26:14 +01:00
kt35716.kt
Support @JvmStatic and @JvmOverload in annotation companion
2020-11-02 08:27:49 +01:00
kt45408.kt
JVM_IR KT-45408 rewrite static calls recursively
2021-03-19 18:53:59 +03:00
kt46568.kt
[JVM IR] Do not insert Nothing handling in JvmStatic wrapper.
2021-05-11 16:26:04 +02:00
object.kt
…
postfixInc.kt
…
prefixInc.kt
…
privateMethod.kt
…
privateSetter.kt
…
propertyAccess.kt
…
propertyAccessorsCompanion.kt
…
propertyAccessorsObject.kt
…
propertyAsDefault.kt
…
propertyGetterDelegatesToAnother.kt
…
propertyReference.kt
JVM IR: fix regression in JvmStatic-in-object lowering for properties
2020-12-01 11:54:45 +01:00
simple.kt
…
syntheticAccessor.kt
…