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
2ebacb6969a3ae2c5288bc064686b7971fc968be
kotlin-fork
/
idea
/
testData
/
inspections
/
canBeVal
T
History
Mikhail Glukhikh
8600e7348c
Can be val inspection: local functions are taken into account #KT-13151 Fixed
...
(cherry picked from commit 57eb4c1)
2016-07-27 10:50:31 +03:00
..
inspectionData
Better message for CanBeValInspection
2016-04-20 14:30:53 +03:00
alwaysAssigned.kt
…
assignedInLoop.kt
…
assignedTwice.kt
…
desctructuringDeclaration1.kt
…
desctructuringDeclaration2.kt
…
desctructuringDeclarationUnused.kt
…
kt11891.kt
Fix infinite loop in CanBeValInspection
2016-04-14 14:01:39 +03:00
lambda.kt
Can be val inspection: local functions are taken into account #KT-13151 Fixed
2016-07-27 10:50:31 +03:00
notAssignedWhenNotUsed.kt
…
onlyLocal.kt
…
onlyVar.kt
…
stackOverflowBug.kt
Fixed StackOverflow in CanBeValInspection.kt
2016-04-07 18:50:31 +03:00
twoVariables.kt
…
unused.kt
…
unusedWithInitializer.kt
…
withInitializer.kt
…