mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
Recalculate max stack on method emitting: optimizations could change it
This commit is contained in:
5
compiler/testData/codegen/bytecodeText/maxStackAfterOptimizations.kt
vendored
Normal file
5
compiler/testData/codegen/bytecodeText/maxStackAfterOptimizations.kt
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
fun test() {
|
||||
1
|
||||
}
|
||||
|
||||
// 1 MAXSTACK = 0
|
||||
Reference in New Issue
Block a user