Files
kotlin-fork/compiler/testData/diagnostics/tests/explicitDefinitelyNotNull/approximation.txt
T
Denis.Zharkov 37f923a98f Do not approximate DefinitelyNotNullType in public declarations
Because since 1.6 they become normal denotable types

^KT-26245 Fixed
2021-04-09 13:06:37 +03:00

5 lines
96 B
Plaintext
Vendored

package
public fun </*0*/ T> foo(/*0*/ x: T, /*1*/ y: T!!): T!!
public fun main(): kotlin.Unit