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-12 00:21:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
80acc56c104fda0a2dfbbc1708dd15eab4a7803e
kotlin
/
compiler
/
testData
/
writeSignature
/
inlineClasses
History
Mikhail Zarechenskiy
80acc56c10
Don't lost type parameters for members of inline classes in the bytecode
...
#KT-33157 Fixed
2019-08-06 17:53:08 +03:00
..
basicInlineClassDeclarationCodegen.kt
…
genericInlineClassBasedOnGenericType.kt
…
genericInlineClassWithDefaultTypeParameter.kt
…
genericInlineClassWithNotNullTypeParameter.kt
…
genericMethodInsideClass.kt
Don't lost type parameters for members of inline classes in the bytecode
2019-08-06 17:53:08 +03:00
inlineClassAsGenericArgument.kt
…
inlineClassBasedOnOtherInlineClass.kt
…
inlineClassesInsideFunctionalTypes.kt
…
inlineClassWithComplexSubstitutedType.kt
…
nullableInlineClassType.kt
…
simpleSignatureWithInlineClassTypesAsPrimitive.kt
…
simpleSignatureWithInlineClassTypesAsReference.kt
…