Files
kotlin-fork/compiler/testData/cli/wrongKotlinSignature.out
T

5 lines
207 B
Plaintext

ERROR: The following Java entities have annotations wrong Kotlin signatures:
ClassWithWrongKotlinSignature java.lang.String foo(): Function names mismatch, original: foo, alternative: bar
COMPILATION_ERROR