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
20d50cfee78b0be9dc2c7a68e68171abc7c8bcb2
kotlin-fork
/
compiler
/
testData
/
evaluate
/
constant
T
History
Ilya Gorbunov
8041c3aa1d
Support Char.code in constant evaluator, KT-46036
...
But do not consider Char.code a pure integer constant.
2021-04-16 03:58:34 +03:00
..
classObjectProperty.kt
Overridable val should not be treated as constant
2015-10-26 19:23:09 +03:00
compareTo.kt
Remove toInt() from rendering IntValue
2014-03-13 10:07:17 +04:00
differentTypes.kt
…
divideByZero.kt
Remove mod function usage from tests
2020-01-23 19:28:23 +03:00
equals.kt
…
exceptionWhenEvaluate.kt
…
finalProperty.kt
…
float.kt
Parse floats with 'F' or 'f' suffix
2013-12-05 15:22:01 +04:00
floatsAndDoubles.kt
Add warning if constant conforms to infinity or zero
2017-02-08 15:42:33 +03:00
integer.kt
…
integerOperations.kt
Support mod and floorDiv extensions in constant evaluator
2021-03-05 23:46:57 +03:00
integers.kt
Support Char.code in constant evaluator, KT-46036
2021-04-16 03:58:34 +03:00
localVal.kt
…
localVar.kt
compiler testdata: s/trait/interface
2015-05-12 19:43:17 +02:00
nonFinalProperty.kt
…
objectProperty.kt
…
strings.kt
…
topLevelVal.kt
…
topLevelVar.kt
…
unaryMinusIndependentExpType.kt
…
unaryMinusIndepWoExpType.kt
…