Files
kotlin-fork/idea/testData/diagnosticMessage/cannotInferVisibility1.txt
T
Alexander Udalov 1706bd4a00 Render the descriptor in "cannot infer visibility" message
Otherwise it's unclear what member is problematic if it's a fake override
(because the diagnostic in that case is reported on the whole class)
2014-05-22 19:32:10 +04:00

2 lines
114 B
Plaintext

<!-- cannotInferVisibility1 -->
Cannot infer visibility for 'val foo: kotlin.String'. Please specify it explicitly