968dfddbc9
- remove obsolete `IGNORE_BACKEND: JVM` directives - move contents of .ir.txt files to the corresponding .txt
14 lines
252 B
Kotlin
Vendored
14 lines
252 B
Kotlin
Vendored
// WITH_STDLIB
|
|
// !LANGUAGE: +PackagePrivateFileClassesWithAllPrivateMembers
|
|
|
|
private fun f() {
|
|
}
|
|
|
|
private val a = Unit
|
|
private val b by lazy { Unit }
|
|
|
|
@Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
|
|
@kotlin.internal.InlineOnly
|
|
public fun g() {
|
|
}
|