[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
This commit is contained in:
committed by
Space Team
parent
246dc985a6
commit
6b343515e1
+25
@@ -0,0 +1,25 @@
|
||||
@kotlin.jvm.JvmInline
|
||||
@kotlin.Metadata
|
||||
public final class InlineCharSequence {
|
||||
// source: 'inlineCharSequence.kt'
|
||||
private final @org.jetbrains.annotations.NotNull field cs: java.lang.CharSequence
|
||||
private synthetic method <init>(p0: java.lang.CharSequence): void
|
||||
public synthetic final static method box-impl(p0: java.lang.CharSequence): InlineCharSequence
|
||||
public bridge final method charAt(p0: int): char
|
||||
public static @org.jetbrains.annotations.NotNull method constructor-impl(@org.jetbrains.annotations.NotNull p0: java.lang.CharSequence): java.lang.CharSequence
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: java.lang.CharSequence, p1: java.lang.Object): boolean
|
||||
public final static method equals-impl0(p0: java.lang.CharSequence, p1: java.lang.CharSequence): boolean
|
||||
public method get(p0: int): char
|
||||
public static method get-impl(p0: java.lang.CharSequence, p1: int): char
|
||||
public method getLength(): int
|
||||
public static method getLength-impl(p0: java.lang.CharSequence): int
|
||||
public method hashCode(): int
|
||||
public static method hashCode-impl(p0: java.lang.CharSequence): int
|
||||
public synthetic bridge method length(): int
|
||||
public @org.jetbrains.annotations.NotNull method subSequence(p0: int, p1: int): java.lang.CharSequence
|
||||
public static @org.jetbrains.annotations.NotNull method subSequence-impl(p0: java.lang.CharSequence, p1: int, p2: int): java.lang.CharSequence
|
||||
public method toString(): java.lang.String
|
||||
public static method toString-impl(p0: java.lang.CharSequence): java.lang.String
|
||||
public synthetic final method unbox-impl(): java.lang.CharSequence
|
||||
}
|
||||
Reference in New Issue
Block a user