Files
kotlin/compiler/testData/loadJava/compiledJava/TopLevel$Class.psi.txt
Alexander Udalov 57a674e9e6 Make fast class files reading mode default in compiler tests
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
2019-11-11 15:40:49 +01:00

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
}