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
94de114894a6acdde75e3e0349b80c331aba6a67
kotlin-fork
/
compiler
/
testData
/
codegen
/
box
/
callableReference
/
adaptedReferences
T
History
Denis Zharkov
e1e149a062
FIR: Support coercion-to-unit semantics for callable references
2020-05-18 11:17:45 +03:00
..
suspendConversion
JS IR: fix origin for callable references with bound reciever
2020-05-14 14:33:12 +03:00
bothWithCoercionToUnit.kt
…
boundReferences.kt
…
defaultAfterVararg.kt
…
defaultWithGenericExpectedType.kt
…
emptyVarargAndDefault.kt
…
inlineBound.kt
psi2ir: rework representation of bound adapted function references
2020-04-23 16:47:23 +02:00
inlineDefault.kt
[FIR] Use ieee754equals for floating-point equality operations
2020-04-23 11:50:54 +03:00
inlineVararg.kt
…
inlineVarargAndDefault.kt
…
inlineVarargInts.kt
…
innerConstructorWithVararg.kt
…
largeVararg.kt
…
localFunctionWithDefault.kt
…
manyDefaultsAndVararg.kt
…
noAdaptedReferencesIfNoOptimizedReferencesEnabled.kt
FIR: Support coercion-to-unit semantics for callable references
2020-05-18 11:17:45 +03:00
noNameClashForReferencesToSameFunction.kt
FIR: Support coercion-to-unit semantics for callable references
2020-05-18 11:17:45 +03:00
noReflectionForAdaptedCallableReferences.kt
…
noReflectionForAdaptedCallableReferencesWithSuspendConversion.kt
JVM: Suspend converted references inherit AdaptedFunctionReference
2020-04-28 18:56:37 +03:00
reflectionForVarargAsArray.kt
…
simpleDefaultArgument.kt
…
simpleEmptyVararg.kt
…
toStringNoReflect.kt
Android tests: add reflect flavor
2020-04-14 13:53:22 +02:00
unboundReferences.kt
…
varargViewedAsArray.kt
…
varargViewedAsPrimitiveArray.kt
…
varargWithDefaultValue.kt
…