[FIR] Add diagnostic collection to KotlinToJVMBytecodeCompiler
This commit is contained in:
+6
@@ -3,4 +3,10 @@ fun println(val x: Int) {}
|
||||
fun main() {
|
||||
val x: Int
|
||||
println(x)
|
||||
}
|
||||
|
||||
private class Private
|
||||
|
||||
class Public : Private() {
|
||||
val x: Private
|
||||
}
|
||||
Reference in New Issue
Block a user