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-17 15:54:03 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
877dfd8ff4adb21cbc174e81304da024db7c867a
kotlin
/
compiler
/
testData
/
writeSignature
/
inlineClasses
History
Dmitry Petrov
b6e3218ca2
Use mapping mode for inline class underlying type without wrapping
2018-08-16 15:03:50 +03:00
..
basicInlineClassDeclarationCodegen.kt
Initial version of codegen for inline classes
2018-02-05 12:07:40 +03:00
genericInlineClassBasedOnGenericType.kt
Support mapping for inline classes based on type variables
2018-02-09 04:56:41 +03:00
genericInlineClassWithDefaultTypeParameter.kt
Prohibit inline classes with special underlying types
2018-08-06 10:56:05 +03:00
genericInlineClassWithNotNullTypeParameter.kt
Prohibit inline classes with special underlying types
2018-08-06 10:56:05 +03:00
inlineClassAsGenericArgument.kt
Map inline classes in generic argument position to theirs wrap classes
2018-02-13 13:16:43 +03:00
inlineClassBasedOnOtherInlineClass.kt
Map inline classes in generic argument position to theirs wrap classes
2018-02-13 13:16:43 +03:00
inlineClassesInsideFunctionalTypes.kt
Correct boxing for functional types containing inline classes
2018-02-13 13:16:43 +03:00
inlineClassWithComplexSubstitutedType.kt
Use mapping mode for inline class underlying type without wrapping
2018-08-16 15:03:50 +03:00
nullableInlineClassType.kt
…
simpleSignatureWithInlineClassTypesAsPrimitive.kt
…
simpleSignatureWithInlineClassTypesAsReference.kt
…