Files
kotlin-fork/compiler/testData/codegen/bytecodeListing/localFunctions/simple.ir.txt
T
Dmitriy Novozhilov 6b343515e1 [Test] Save IR bytecode dumps from BytecodeListingHandler to .ir.txt file instead of _ir.txt
This is needed to keep consistency with other dumps and to allow
  test helper plugin to recognize those dumps
2022-12-01 07:29:37 +00:00

7 lines
167 B
Plaintext
Vendored

@kotlin.Metadata
public final class SimpleKt {
// source: 'simple.kt'
private final static method foo$bar(): void
public final static method foo(): void
}