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-18 00:21:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c021af0fef33b3be3302ba9cd2808b52f080fbd2
kotlin
/
compiler
/
testData
/
writeSignature
History
Alexander Udalov
0dbb02ec6a
Fix generic signature for KFunctionN types on JVM
...
#KT-15473 Fixed
2017-01-11 13:15:24 +03:00
..
annotations
…
callableReference
Fix generic signature for KFunctionN types on JVM
2017-01-11 13:15:24 +03:00
constructor
Change default rules for declaration-site wildcards
2015-12-01 08:20:59 +03:00
declarationSiteVariance
Ignore redundant projections for declaration-site variance
2016-01-14 19:20:00 +03:00
defaultImpls
Write additional type parameters for DefaultImpls methods, fix for KT-11121: BadClassFile exception for interface implemented generic properties
2016-03-03 16:11:31 +03:00
nothing
Find Nothing only in own arguments of generic type to make type raw and generate ''?" for contravariant position instead of use raw type
2015-12-07 19:25:59 +03:00
ArrayOfCharSequence.kt
…
ArrayOfInt.kt
…
backingFieldForGenericDelegated.kt
Fix for KT-12127: Undeclared type variable on delegated property backing field
2016-05-04 17:07:48 +03:00
Comparable.kt
…
GenericInnerClass.kt
…
Int.kt
…
IntArray.kt
…
IntQ.kt
…
jlString.kt
…
ListOfCharSequence.kt
…
ListOfStar.kt
…
MapEntry.kt
…
MutableMapEntry.kt
…
NonGeneric.kt
…
StarProjectionInClass.kt
…
StarProjectionInSuper.kt
…
StarProjectionOutsideClass.kt
…
syntheticAccessorForGeneric.kt
'bytecodeText' test for synthetic accessor generic signature converted to 'writeSignature' test
2016-05-04 17:07:48 +03:00
VarargCharSequence.kt
…
VarargGeneric.kt
…