Files
kotlin-fork/compiler/testData/cli/jvm/newInferenceWithOldFlagImpliesSamConversions.out
T
2019-04-17 01:40:54 +03:00

5 lines
196 B
Plaintext
Vendored

compiler/testData/cli/jvm/newInferenceImpliesSamConversions.kt:4:9: error: type mismatch: inferred type is () -> TypeVariable(_L) but Runnable was expected
foo { }
^
COMPILATION_ERROR