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
6f03e42ef7632c2087a7874ccf0ec00a23b4038c
kotlin-fork
/
idea
/
testData
/
inspectionsLocal
/
redundantSemicolon
T
History
Mikhail Zarechenskiy
a0ecfce7b7
Update test data: add correct error
2020-07-03 21:23:29 +03:00
..
.inspection
…
beforeAnnotationAndLambda.kt
…
beforeCommentAndLambda.kt
…
beforeKDocAndLambda.kt
…
betweenNullableTypeAndNotOperator.kt
Update test data: add correct error
2020-07-03 21:23:29 +03:00
betweenNullableTypeAndNotOperator.kt.after
Update test data: add correct error
2020-07-03 21:23:29 +03:00
betweenSoftKeywordAndDeclaration.kt
Redundant semicolon: fix false positive between modifier and declaration
2018-08-14 15:32:26 +03:00
betweenSoftKeywordAndDeclaration.kt.after
Redundant semicolon: fix false positive between modifier and declaration
2018-08-14 15:32:26 +03:00
betweenSoftModifierKeywordAndDeclaration2.kt
Redundant semicolon: fix false positive between modifier and declaration
2018-08-14 15:32:26 +03:00
betweenSoftModifierKeywordAndDeclaration3.kt
Redundant semicolon: fix false positive between modifier and declaration
2018-08-14 15:32:26 +03:00
betweenSoftModifierKeywordAndDeclaration.kt
Redundant semicolon: fix false positive between modifier and declaration
2018-08-14 15:32:26 +03:00
betweenTypeAndNotOperator.kt
Redundant semicolon: don't report when semicolon is between type and '!'
2020-06-01 21:42:04 +09:00
companionBeforeFun.kt
…
companionBeforeFun.kt.after
…
companionBeforeInit.kt
…
companionBeforePrivateFun.kt
…
companionBeforeVal.kt
…
companionBeforeVal.kt.after
…
companionInLast.kt
…
companionInLast.kt.after
…
companionWithBody.kt
…
companionWithBody.kt.after
…
companionWithName.kt
…
companionWithName.kt.after
…
ifElse.kt
Fix false positive for if-else
2018-08-27 12:53:35 +03:00