Commit 854716a7 authored by Yan Zhulanow's avatar Yan Zhulanow Committed by intellij-monorepo-bot
Browse files

[kotlin] Update test data for 'testLabeledExpr()'

Diagnostic test changed in a4f74f60d9f67050c9851a868f96f1bbe03e06e0 ("Fix apostrophes in error messages", see KT-50183) in the compiler repository. This commit adapts test data to the changes.

GitOrigin-RevId: 9a07dc5122fdd3a8ab53e62cef6f36455fc21076
parent 20e37943
Branches unavailable Tags unavailable
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
// AFTER-WARNING: Label is redundant, because it can not be referenced in either ''break'', ''continue'', or ''return'' expression
// AFTER-WARNING: z 'break', 'continue', or 'return' expression
fun foo(): Int = <caret>ann@ 1
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment