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
dfd7f33bd337fffe91d4146b9db46c3ebc7563e4
kotlin-fork
/
compiler
/
testData
/
diagnostics
/
tests
/
checkArguments
T
History
Victor Petukhov
bcd33da6f8
Don't check an argument type during passing it to vararg in the named form to avoid false positives if the argument type is type variable yet
...
^KT-41144 Fixed
2020-09-10 19:38:26 +03:00
..
arrayAccessSet.fir.kt
FIR: map arguments for overloading indexed access operator
2020-09-10 11:25:36 +03:00
arrayAccessSet.kt
…
arrayAccessSet.txt
…
arrayAccessSetTooManyArgs.fir.kt
…
arrayAccessSetTooManyArgs.kt
…
arrayAccessSetTooManyArgs.txt
…
booleanExpressions.fir.kt
…
booleanExpressions.kt
…
booleanExpressions.txt
…
kt1897_diagnostic_part.fir.kt
…
kt1897_diagnostic_part.kt
[NI] Update testdata for NI after switching language versions
2020-01-23 18:56:01 +03:00
kt1897_diagnostic_part.txt
…
kt1940.fir.kt
…
kt1940.kt
…
kt1940.txt
…
overloadedFunction.fir.kt
[FIR] Improve diagnostic reporting & don't use error symbol for candidate if possible
2020-07-28 20:46:56 +03:00
overloadedFunction.kt
…
overloadedFunction.txt
…
SpreadVarargs.fir.kt
Add argument unwrapping for case when argument is named
2020-08-04 08:59:15 +03:00
SpreadVarargs.kt
Don't check an argument type during passing it to vararg in the named form to avoid false positives if the argument type is type variable yet
2020-09-10 19:38:26 +03:00
SpreadVarargs.txt
…
twoLambdasFunction.fir.kt
[FIR] Improve mapping arguments to parameters
2020-02-14 17:53:28 +03:00
twoLambdasFunction.kt
…
twoLambdasFunction.txt
…