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
ae47130c8e2a595ebabe82dfd908a1e6c62eef02
kotlin-fork
/
idea
/
testData
/
intentions
/
convertPropertyInitializerToGetter
T
History
Toshiaki Kameyama
ca335880eb
"Convert property initializer to getter" intention: don't suggest if property has @JvmField annotation #KT-27139 Fixed
2018-10-11 20:59:33 +03:00
..
.intention
…
errorType.kt
Fix "unexpected error type" exception in initializer -> getter
2017-09-15 11:16:51 +03:00
errorType.kt.after
Fix "unexpected error type" exception in initializer -> getter
2017-09-15 11:16:51 +03:00
inapplicableIfExtensionProperty.kt
…
inapplicableIfLocalVariableInFun.kt
…
inapplicableIfLocalVariableInInitBlock.kt
…
inapplicableIfNoInitializer.kt
…
jvmField.kt
"Convert property initializer to getter" intention: don't suggest if property has @JvmField annotation #KT-27139 Fixed
2018-10-11 20:59:33 +03:00
notInLambda.kt
ConvertPropertyInitializerToGetterIntention to not be available inside lambda initializer
2016-04-29 11:23:22 +03:00
propertyWithInitializerWithoutAccessors.kt
…
propertyWithInitializerWithoutAccessors.kt.after
…
propertyWithInitializerWithSetter.kt
Intention tests: skip errors check for tests that fix some error
2015-12-17 11:11:25 +03:00
propertyWithInitializerWithSetter.kt.after
Intention tests: skip errors check for tests that fix some error
2015-12-17 11:11:25 +03:00
semicolon.kt
…
semicolon.kt.after
…
topLevelDeclaration.kt
#KT-9938 Fixed
2015-12-09 07:32:41 +03:00
topLevelDeclaration.kt.after
#KT-9938 Fixed
2015-12-09 07:32:41 +03:00