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-08 15:53:19 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ce601bebbef35b4f5b268e9dfd10340f11715723
kotlin
/
compiler
/
testData
/
codegen
/
box
/
localClasses
History
Alexander Udalov
b925b6ef9f
Add test for obsolete issue
...
#KT-10494
2018-01-12 12:50:38 +01:00
..
anonymousObjectInInitializer.kt
…
anonymousObjectInParameterInitializer.kt
…
closureOfInnerLocalClass.kt
In LightAnalysisModeTestGenerated skip tests ignored in JVM
2017-05-29 15:30:27 +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
In LightAnalysisModeTestGenerated skip tests ignored in JVM
2017-05-29 15:30:27 +03:00
inExtensionFunction.kt
…
inExtensionProperty.kt
…
inLocalExtensionFunction.kt
…
inLocalExtensionProperty.kt
…
innerClassInLocalClass.kt
…
innerOfLocalCaptureExtensionReceiver.kt
…
kt2700.kt
…
kt2873.kt
Ignored/fixed some tests for Kotlin/Native
2017-06-28 12:54:32 +03:00
kt3210.kt
…
kt3389.kt
…
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
…
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
…
nameWithWhitespace.kt
Add test for obsolete issue
2018-01-12 12:50:38 +01:00
noclosure.kt
…
object.kt
…
ownClosureOfInnerLocalClass.kt
JS: when translating nested classes of local classes, capture closure variables via outermost local class. See KT-12566
2016-12-15 19:05:34 +03:00
recaptureVarCapturedInLocalClass1.kt
Recapture shared variables when calling local class constructor
2017-10-30 15:19:13 +03:00
recaptureVarCapturedInLocalClass2.kt
Recapture shared variables when calling local class constructor
2017-10-30 15:19:13 +03:00
recaptureVarCapturedInLocalClass3.kt
Recapture shared variables when calling local class constructor
2017-10-30 15:19:13 +03:00
subclassingExtensionReceiverClass.kt
JS: add test to prove that KT-11910 is not reproducible anymore
2017-10-30 13:12:12 +03:00
withclosure.kt
…