mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
This makes sense because this mode is the default in the production
compiler. Forgetting to enable it where necessary led to different
bizarre test failures, see for example changes around 3fee84b966 and
KT-34826
7 lines
164 B
Plaintext
Vendored
7 lines
164 B
Plaintext
Vendored
package test
|
|
|
|
public open class `TopLevel$Class` {
|
|
public constructor `TopLevel$Class`()
|
|
public open fun foo(/*0*/ p0: test.TopLevel.Class!): kotlin.Unit
|
|
}
|