Files
kotlin-fork/compiler/testData/cli/metadata/lambdaWithReceiver.out
T
2023-02-08 13:32:33 +00:00

5 lines
139 B
Plaintext
Vendored

compiler/testData/cli/metadata/lambdaWithReceiver.kt:2:18: warning: the expression is unused
"OK".apply { this }
^
OK