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
b6e3218ca2e0e27df0fd44573bf0e0e844122c69
kotlin-fork
/
compiler
/
testData
/
writeSignature
T
History
Dmitry Petrov
b6e3218ca2
Use mapping mode for inline class underlying type without wrapping
2018-08-16 15:03:50 +03:00
..
annotations
…
callableReference
Fix generic signature for KFunctionN types on JVM
2017-01-11 13:15:24 +03:00
constructor
…
declarationSiteVariance
…
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
inlineClasses
Use mapping mode for inline class underlying type without wrapping
2018-08-16 15:03:50 +03:00
nothing
…
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
…
DeepGenericInnerClass.kt
Align generic signature for inner classes to work as in Java
2017-04-27 15:47:28 +03:00
GenericInnerClass.kt
…
GenericInnerClassWithSimpleOuter.kt
Align generic signature for inner classes to work as in Java
2017-04-27 15:47:28 +03:00
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
…