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
bbd21da8358f625eb80e2f9e460165d97d8651a6
kotlin-fork
/
compiler
/
testData
/
diagnostics
/
tests
/
when
/
withSubjectVariable
T
History
Andrey Zinovyev
b706e776ad
[FIR] Add VARIABLE_WITH_NO_TYPE_NO_INITIALIZER diagnostic
2021-07-28 16:56:53 +03:00
..
capturingInInitializer.fir.kt
…
capturingInInitializer.kt
…
capturingInInitializer.txt
…
invisibleOutsideOfWhen.kt
…
invisibleOutsideOfWhen.txt
…
jumpoutInInitializer.fir.kt
…
jumpoutInInitializer.kt
…
jumpoutInInitializer.txt
…
nestedWhenWithSubject.fir.kt
…
nestedWhenWithSubject.kt
…
nestedWhenWithSubject.txt
…
noSubjectVariableName.kt
…
noSubjectVariableName.txt
…
reassignmentToWhenSubjectVariable.kt
…
reassignmentToWhenSubjectVariable.txt
…
shadowingOtherVariable.fir.kt
…
shadowingOtherVariable.kt
…
shadowingOtherVariable.txt
…
smartCastOnValueBoundToSubjectVariable.fir.kt
Remove WITH_NEW_INFERENCE directive from all tests
2021-05-25 13:28:26 +03:00
smartCastOnValueBoundToSubjectVariable.kt
Remove WITH_NEW_INFERENCE directive from all tests
2021-05-25 13:28:26 +03:00
smartCastOnValueBoundToSubjectVariable.txt
…
smartCastsOnSubjectVariable.fir.kt
…
smartCastsOnSubjectVariable.kt
…
smartCastsOnSubjectVariable.txt
…
smartcastToEnum.kt
…
smartcastToEnum.txt
…
smartcastToSealed.kt
…
smartcastToSealed.txt
…
softModifierName.kt
…
softModifierName.txt
'val' in 'when' subject can't have modifiers (annotations are ok)
2018-06-20 14:06:34 +03:00
subjectVariableInIsPattern.kt
…
subjectVariableInIsPattern.txt
…
unsupportedFeature.fir.kt
…
unsupportedFeature.kt
…
unsupportedFeature.txt
…
unsupportedVariableDeclarationsInWhenSubject.fir.kt
[FIR] Add VARIABLE_WITH_NO_TYPE_NO_INITIALIZER diagnostic
2021-07-28 16:56:53 +03:00
unsupportedVariableDeclarationsInWhenSubject.kt
Switch rest of test to new scheme with configuration kind processing
2020-03-04 14:51:21 +01:00
unsupportedVariableDeclarationsInWhenSubject.txt
…
unusedWhenSubjectVariable.fir.kt
[Test] Disable UNUSED_* diagnostics in tests which are not belong to contolFlowAnalysis suite
2021-03-29 16:12:29 +03:00
unusedWhenSubjectVariable.kt
[Test] Disable UNUSED_* diagnostics in tests which are not belong to contolFlowAnalysis suite
2021-03-29 16:12:29 +03:00
unusedWhenSubjectVariable.txt
…