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
f3e2dbf3600780fce41eeeb00d81772bc3feac8e
kotlin-fork
/
compiler
/
testData
/
codegen
/
box
/
vararg
T
History
Ilya Chernikov
4a0d1b0b9d
Use precalculated intersection type in JVM backend
...
also test all backends for the problem in the issue #KT-37715 fixed
2020-04-29 11:12:22 +02:00
..
assigningArrayToVarargInAnnotation.kt
[FIR] Disable failing blackbox codegen tests for FIR.
2019-11-19 11:00:09 +03:00
doNotCopyImmediatelyCreatedArrays.kt
[FIR] Disable failing blackbox codegen tests for FIR.
2019-11-19 11:00:09 +03:00
emptyVarargOfBoxedPrimitiveType.kt
[FIR] add vararg arguments support, improve vararg parameters support
2020-01-31 16:41:25 +03:00
kt581.kt
[FIR2IR] Generate property extension receiver references properly
2020-04-03 13:31:15 +03:00
kt796_797.kt
[FIR] add vararg arguments support, improve vararg parameters support
2020-01-31 16:41:25 +03:00
kt1978.kt
[FIR] add vararg arguments support, improve vararg parameters support
2020-01-31 16:41:25 +03:00
kt6192.kt
[FIR] Improve mapping arguments to parameters
2020-02-14 17:53:28 +03:00
kt37715.kt
Use precalculated intersection type in JVM backend
2020-04-29 11:12:22 +02:00
kt37779.kt
KT-37779 Treat named value arguments in vararg as arguments with '*'
2020-04-07 15:40:43 +03:00
notInLastPosition.kt
JVM_IR: do not set ACC_VARARGS if vararg is not the last parameter
2019-11-20 13:40:46 +01:00
singleAssignmentToVarargsInFunction.kt
KT-37779 Treat named value arguments in vararg as arguments with '*'
2020-04-07 15:40:43 +03:00
spreadCopiesArray.kt
FIR2IR: in case of use-site generic type use call from original class
2020-02-28 15:29:02 +03:00
varargInFunParam.kt
[FIR] Disable failing blackbox codegen tests for FIR.
2019-11-19 11:00:09 +03:00
varargInJava.kt
Specify JVM target backend for test with '// File: *.java'
2018-12-21 16:09:06 +01:00
varargsAndFunctionLiterals.kt
[FIR] Introduce FirResolvedArgumentList with argument-parameter mapping
2020-03-11 22:08:59 +03:00