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
322f6fe7ac7aa8a69b41c00633d5b7dfd35781fa
kotlin-fork
/
idea
/
testData
/
quickfix
/
surroundWithNullCheck
T
History
Mikhail Glukhikh
39090113e9
KT-13262 related: surround with null check is applicable now also for qualified calls with argument type mismatch
...
(cherry picked from commit 8f13c84)
2016-08-01 12:24:49 +03:00
..
argumentNullable.kt
Surround with null check : applicable also for TYPE_MISMATCH
2016-06-13 15:56:41 +03:00
argumentNullable.kt.after
Surround with null check : applicable also for TYPE_MISMATCH
2016-06-13 15:56:41 +03:00
chainedUnsafeCall.kt
…
expressionUnsafeCall.kt
…
infixUnsafeCall.kt
…
infixUnsafeCall.kt.after
…
invokeFuncUnsafe.kt
…
invokeFuncUnsafe.kt.after
…
invokeUnsafe.kt
…
invokeUnsafe.kt.after
…
iteratorUnsafe.kt
Surround with null check : apply for ITERATOR_ON_NULLABLE
2016-06-13 15:34:15 +03:00
iteratorUnsafe.kt.after
Surround with null check : apply for ITERATOR_ON_NULLABLE
2016-06-13 15:34:15 +03:00
objectQualifier.kt
KT-13262 related: surround with null check is applicable now also for qualified calls with argument type mismatch
2016-08-01 12:24:49 +03:00
objectQualifier.kt.after
KT-13262 related: surround with null check is applicable now also for qualified calls with argument type mismatch
2016-08-01 12:24:49 +03:00
simpleUnsafeCall.kt
…
simpleUnsafeCall.kt.after
…
unsafeCallInBinary.kt
…
unsafeCallInBinary.kt.after
…
unsafeCallInDeclaration.kt
…
unsafeCallInGetter.kt
…
unsafeCallInsideAnonymous.kt
…
unsafeCallInsideIf.kt
…
unsafeCallInsideIf.kt.after
…
unsafeCallInsideWhen.kt
…
unsafeCallInsideWhen.kt.after
…
unsafeCallInsideWhile.kt
…
unsafeCallInsideWhile.kt.after
…
unstableValue.kt
…