This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8e1be5424f175b9c976c49a5dfe916c6cfbb21dd
kotlin-fork
/
compiler
/
testData
/
codegen
T
History
Mark Punzalan
8e1be5424f
Handle
for (i in a until Int.MIN_VALUE)
corner case by adding
...
an additional "not empty" condition produced by the UntilHandler.
2019-04-04 09:07:19 +02:00
..
asmLike
/receiverMangling
Restore original variable name mangling for captured/receiver $this
2019-02-25 14:43:59 +03:00
box
Handle
for (i in a until Int.MIN_VALUE)
corner case by adding
2019-04-04 09:07:19 +02:00
boxAgainstJava
Add explicit WITH_RUNTIME to boxAgainstJava tests which need stdlib
2019-03-28 14:26:10 +01:00
boxInline
[NI] Remove failing codegen tests and add similar diagnostic one
2019-04-01 01:36:15 +03:00
bytecodeListing
Fix test data
2019-03-18 14:04:04 +03:00
bytecodeText
Move building of "not empty" condition (used to check if loop is empty)
2019-04-04 09:07:19 +02:00
customScript
Simple test for non-kts script compilation
2018-09-10 11:21:27 +02:00
defaultArguments
/reflection
…
dumpDeclarations
Don't generate setters for trivial private property setters
2018-10-18 12:05:46 +02:00
innerClassInfo
…
java6
/box
Use manual type mapping in reflection for members from built-ins
2018-07-02 18:49:08 +02:00
java9
/box
Support calling methods annotated with PolymorphicSignature
2018-11-23 18:41:33 +01:00
kapt
Don't generate annotations on $default methods
2019-02-19 10:51:37 +01:00
light-analysis
Move coroutines to kotlin.coroutines package: tests
2018-04-23 21:51:59 +03:00
notNullAssertions
…
outerClassInfo
…
properties
…
reflection
/classLoaders
Do not use deprecated kotlin.reflect API
2017-09-12 15:08:21 +03:00
script
Closures in scripts have outer expression
2018-01-10 14:08:56 +03:00
scriptCustom
Use kts file extension instead of kt in tests...
2018-05-03 22:15:10 +02:00
sourceInfo
…
topLevelMemberInvocation
…