JVM_IR add bytecode shape check to all relevant for-loop tests
This commit is contained in:
committed by
TeamCityServer
parent
d9e4dec810
commit
860c80d210
@@ -23,3 +23,10 @@ fun test() {
|
||||
// 0 iterator
|
||||
// 0 hasNext
|
||||
// 0 nextChar
|
||||
|
||||
// JVM_IR_TEMPLATES
|
||||
// 10 ILOAD
|
||||
// 8 ISTORE
|
||||
// 0 IADD
|
||||
// 0 ISUB
|
||||
// 3 IINC
|
||||
|
||||
Reference in New Issue
Block a user