This website requires JavaScript.
Explore
Help
Register
Sign In
jlengrand
/
kotlin
Watch
1
Star
0
Fork
0
You've already forked kotlin
mirror of
https://github.com/jlengrand/kotlin.git
synced
2026-05-08 15:53:19 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
04e8cba8570a6ffc77bf5af06da2ebf10a03b02c
kotlin
/
compiler
/
testData
/
codegen
/
box
/
polymorphicSignature
History
Alexander Udalov
5321a6af33
Forbid spread operator in signature-polymorphic calls
...
#KT-35226 Fixed
2020-01-21 15:57:35 +01:00
..
anonymousSubclass.kt
JVM_IR: implement -Xpolymorphic-signature
2019-12-03 08:31:46 +01:00
invoke.kt
Minor, add more tests on signature-polymorphic calls
2019-12-17 18:44:19 +01:00
invokeExact.kt
JVM_IR: implement -Xpolymorphic-signature
2019-12-03 08:31:46 +01:00
invokeExactWithInlineClass.kt
JVM_IR: implement -Xpolymorphic-signature
2019-12-03 08:31:46 +01:00
nullArgument.kt
Minor, add more tests on signature-polymorphic calls
2019-12-17 18:44:19 +01:00
varargOfObjects_after.kt
Forbid spread operator in signature-polymorphic calls
2020-01-21 15:57:35 +01:00
varargOfObjects_before.kt
Support JVM polymorphic signature calls to methods with void return type
2019-12-17 18:39:05 +01:00
voidReturnType.kt
Support JVM polymorphic signature calls to methods with void return type
2019-12-17 18:39:05 +01:00