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
db58ebc4b20a5a5078debfd9703d4afafcab2cbd
kotlin
/
compiler
/
testData
/
codegen
/
box
/
operatorConventions
History
Dmitry Petrov
9244ef9b81
Do not use 'dup' for postfix increment/decrement: can't do it with collection element in general.
...
KT-11190, KT-11191, KT-11192, KT-11200, KT-11206
2016-03-02 14:28:06 +03:00
..
compareTo
Fix tests: "infix modifier required" and "operator modifier required" errors
2015-11-27 15:51:11 +03:00
assignmentOperations.kt
Drop identityEquals from builtins, compiler and tests.
2016-01-22 05:54:38 +03:00
incDecOnObject.kt
Fix tests: "infix modifier required" and "operator modifier required" errors
2015-11-27 15:51:11 +03:00
kt4152.kt
"field": deprecated warnings introduced, compiler tests migrated to the new syntax
2015-09-21 15:48:00 +03:00
kt4987.kt
Fix tests: "infix modifier required" and "operator modifier required" errors
2015-11-27 15:51:11 +03:00
kt4991.kt
Fixes for KT-4991: Prefix/postfix expressions resolved to local extensions are not supported in codegen;
2014-10-03 17:24:14 +04:00
nestedMaps.kt
Do not use 'dup' for postfix increment/decrement: can't do it with collection element in general.
2016-03-02 14:28:06 +03:00
overloadedSet.kt
KT-11203: report errors on read-write operations for elements of collections with inconsistent get&set signatures
2016-03-02 14:28:06 +03:00