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-12 00:21:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3ba776fffaeb30f8d2fff645e096f167b8a19128
kotlin
/
idea
/
testData
/
quickfix
/
createFromUsage
/
createFunction
/
delegateAccessors
History
Alexey Sedunov
3ba776fffa
Code Insight: Format generated declarations
...
#KT-11176 Fixed (cherry picked from commit
3641ad6
)
2016-07-20 15:39:05 +03:00
..
val.kt
Replace get() and set() to getValue() and setValue() (property delegates)
2015-10-09 22:49:16 +03:00
val.kt.after
update testdata for
https://github.com/JetBrains/kotlin/pull/896/
2016-07-19 17:58:09 +02:00
var.kt
Rename unary plus() and minus() to unaryPlus() and unaryMinus()
2015-10-09 22:49:17 +03:00
var.kt.after
update testdata for
https://github.com/JetBrains/kotlin/pull/896/
2016-07-19 17:58:09 +02:00
varMissingGet.kt
Fix tests: "infix modifier required" and "operator modifier required" errors
2015-11-27 15:51:11 +03:00
varMissingGet.kt.after
Code Insight: Format generated declarations
2016-07-20 15:39:05 +03:00
varMissingSet.kt
Fix tests: "infix modifier required" and "operator modifier required" errors
2015-11-27 15:51:11 +03:00
varMissingSet.kt.after
Code Insight: Format generated declarations
2016-07-20 15:39:05 +03:00