Minor: fix test data as exhaustive when error message was changed
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ src/getRandomEnumEntry.kt
|
|||||||
src/use.kt
|
src/use.kt
|
||||||
End of files
|
End of files
|
||||||
COMPILATION FAILED
|
COMPILATION FAILED
|
||||||
'when' expression must be exhaustive or contain an 'else' branch
|
when expression must be exhaustive, add necessary 'C' branch or 'else' branch instead
|
||||||
|
|
||||||
|
|
||||||
Cleaning output files:
|
Cleaning output files:
|
||||||
|
|||||||
+1
-1
@@ -14,7 +14,7 @@ Compiling files:
|
|||||||
src/use.kt
|
src/use.kt
|
||||||
End of files
|
End of files
|
||||||
COMPILATION FAILED
|
COMPILATION FAILED
|
||||||
'when' expression must be exhaustive or contain an 'else' branch
|
when expression must be exhaustive, add necessary 'is C' branch or 'else' branch instead
|
||||||
|
|
||||||
|
|
||||||
Cleaning output files:
|
Cleaning output files:
|
||||||
|
|||||||
Reference in New Issue
Block a user