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
d719d06020b658347c363b773a4ad0048abe7a64
kotlin-fork
/
idea
/
testData
/
inspectionsLocal
/
mayBeConstant
T
History
Mikhail Glukhikh
50dc9a14a6
May be constant: fix corner case with getter & initializer
2017-12-15 13:31:49 +03:00
..
.inspection
…
array.kt
Add inspection to detect non-const vals used as Java annotation args
2017-12-15 13:31:41 +03:00
cascadeConst.kt
…
cascadeConst.kt.after
…
companion.kt
…
companion.kt.after
…
const.kt
…
enum.kt
Add inspection to detect non-const vals used as Java annotation args
2017-12-15 13:31:41 +03:00
getter.kt
…
getterWithInitializer.kt
May be constant: fix corner case with getter & initializer
2017-12-15 13:31:49 +03:00
inClass.kt
…
nonJvmFieldAnnotated.kt
…
object.kt
…
object.kt.after
…
simple.kt
…
simple.kt.after
…
simplest.kt
…
simplest.kt.after
…
var.kt
…