Files
kotlin-fork/compiler/testData/diagnostics/testsWithStdLib/kt54410.txt
T
Nikolay Lunyak 9be819087a [FIR] KT-54410: Report API_NOT_AVAILABLE for classifiers
Callable symbols with SinceKotlin are filtered out by a
resolution stage, but in K1 classifiers and property accessors
report API_NOT_AVAILABLE. K2 filters out properties with
unavailable accessors, but does nothing for classifiers.
This change fixes it.

^KT-54410 Fixed
2023-01-25 07:14:19 +00:00

4 lines
40 B
Plaintext
Vendored

package
public fun fun0(): kotlin.Unit