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 08:31:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e7f044be92607f706b2af115f2dddb1ba978b2bb
kotlin
/
compiler
/
testData
/
codegen
/
box
/
localClasses
History
Anton Bannykh
7ee3baa020
Replaced when appropriate 'TARGET_BACKEND: JVM' -> 'IGNORE_BACKEND: JS'. Enabled some succesfully working decompiledText tests.
2016-10-27 14:17:25 +03:00
..
anonymousObjectInInitializer.kt
…
anonymousObjectInParameterInitializer.kt
…
closureOfInnerLocalClass.kt
KT-11960: add test for case of instantiating inner class of a local class
2016-05-31 15:24:30 +03:00
closureOfLambdaInLocalClass.kt
KT-11960: add test for case of instantiating inner class of a local class
2016-05-31 15:24:30 +03:00
closureWithSelfInstantiation.kt
KT-11960 Fix case of instantiation of local class via its inner class or via nested lambda. Move tests to more appropriate location. Fix bug in blackbox codegen generator for JVM, which does not allow to suppress tests.
2016-05-31 15:24:29 +03:00
inExtensionFunction.kt
…
inExtensionProperty.kt
…
inLocalExtensionFunction.kt
…
inLocalExtensionProperty.kt
…
innerClassInLocalClass.kt
…
innerOfLocalCaptureExtensionReceiver.kt
…
kt2700.kt
…
kt2873.kt
…
kt3210.kt
…
kt3389.kt
Replace deprecated annotations with modifiers in testData
2015-09-18 10:14:41 +03:00
kt3584.kt
KT-12868: if a property initializer is a complex expression that emits additional statements, emit these statements directly before assignment to the property, not at the beginning of constructor
2016-09-09 13:54:03 +03:00
kt4174.kt
Test for non-general case of KT-4174
2015-05-15 18:06:51 +03:00
localClass.kt
…
localClassCaptureExtensionReceiver.kt
…
localClassInInitializer.kt
…
localClassInParameterInitializer.kt
…
localDataClass.kt
KT-11960 Fix case of instantiation of local class via its inner class or via nested lambda. Move tests to more appropriate location. Fix bug in blackbox codegen generator for JVM, which does not allow to suppress tests.
2016-05-31 15:24:29 +03:00
localExtendsInnerAndReferencesOuterMember.kt
…
noclosure.kt
…
object.kt
…
ownClosureOfInnerLocalClass.kt
Replaced when appropriate 'TARGET_BACKEND: JVM' -> 'IGNORE_BACKEND: JS'. Enabled some succesfully working decompiledText tests.
2016-10-27 14:17:25 +03:00
withclosure.kt
…