Files
kotlin-fork/compiler/testData/diagnostics/tests/smartCasts/smartCastOnAlienPropertyFromInvisibleClass.diag.txt
T
2024-02-08 12:59:31 +00:00

11 lines
443 B
Plaintext
Vendored

// -- Module: <m1> --
// -- Module: <m2> --
/B.kt:14:13: warning: smart cast to 'String' is deprecated, because 'x' is a property declared in base class from different module inherited in non-public API class
x.length
^
/B.kt:23:9: warning: smart cast to 'String' is deprecated, because 'i.x' is a property declared in base class from different module inherited in non-public API class
i.x.length
^^^