c482786bc4
- `scriptUninitializedTopLevelProperty` is currently disabled in FIR because it fails with a mismatch between diagnostics from the file and the individual elements. It will be enabled in the next commit. ^KT-62899
5 lines
61 B
Kotlin
Vendored
5 lines
61 B
Kotlin
Vendored
// IGNORE_FIR
|
|
|
|
@Suppress("MUST_BE_INITIALIZED")
|
|
val foo: Int
|