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-10 00:21:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e509649132827d597fd4dfeb07e465375154d013
kotlin
/
compiler
/
testData
/
codegen
/
box
/
inlineClasses
/
functionNameMangling
History
Mikhael Bogdanov
3e6f8db975
Specify JVM target backend for test with 'import kotlin.reflect.jvm'
2018-12-21 16:09:09 +01:00
..
anonymousObjectInFunctionWithMangledName.kt
…
extensionFunctionsDoNotClash.kt
Additional tests and fixes for function name mangling
2018-08-30 14:58:54 +03:00
functionsWithDifferentNullabilityDoNotClash.kt
…
genericFunctionsDoNotClash.kt
…
genericSignatureOfFunctionWithMangledName.kt
Specify JVM target backend for test with 'import kotlin.reflect.jvm'
2018-12-21 16:09:09 +01:00
localClassInFunctionWithMangledName.kt
…
mangledFunctionsCanBeOverridden.kt
…
mangledFunctionsDoNotClash.kt
…
mangledFunctionsPresentInStackTrace.kt
…
mixedSignatureFunctionsDoNotClash.kt
…
overridingMethodInGenericClass2.kt
…
overridingMethodInGenericClass.kt
…
propertySetterWithInlineClassTypeArgument.kt
…
reflectionForFunctionWithMangledName.kt
Additional tests and fixes for function name mangling
2018-08-30 14:58:54 +03:00
reflectionForLocalClassInFunctionWithMangledName.kt
Specify JVM target backend for test with '// File: *.java'
2018-12-21 16:09:06 +01:00
reflectionForPropertyOfInlineClassType.kt
Update test data of compiler tests, except IR tests
2018-08-30 16:24:41 +03:00
syntheticAccessorForFunctionWithMangledName.kt
…
syntheticAccessorsForPropertyOfInlineClassType.kt
…