diff --git a/compiler/testData/codegen/bytecodeListing/inlineClasses/defaultInterfaceMethodsInInlineClass.txt b/compiler/testData/codegen/bytecodeListing/inlineClasses/defaultInterfaceMethodsInInlineClass.txt index 5c634151d32..3f64b2996c7 100644 --- a/compiler/testData/codegen/bytecodeListing/inlineClasses/defaultInterfaceMethodsInInlineClass.txt +++ b/compiler/testData/codegen/bytecodeListing/inlineClasses/defaultInterfaceMethodsInInlineClass.txt @@ -40,8 +40,8 @@ public final class L { public static method toString-impl(p0: long): java.lang.String public synthetic final method unbox-impl(): long public synthetic bridge method withDefault(p0: java.lang.Object, p1: int): java.lang.String - public @org.jetbrains.annotations.NotNull method withDefault-OIj-6XA(p0: long, p1: int): java.lang.String - public static @org.jetbrains.annotations.NotNull method withDefault-OIj-6XA(p0: long, p1: long, p2: int): java.lang.String + public @org.jetbrains.annotations.NotNull method withDefault-7bZmAKo(p0: long, p1: int): java.lang.String + public static @org.jetbrains.annotations.NotNull method withDefault-7bZmAKo(p0: long, p1: long, p2: int): java.lang.String } @kotlin.Metadata @@ -53,5 +53,5 @@ public final class X { public synthetic bridge method foo(p0: java.lang.Object): java.lang.String public @org.jetbrains.annotations.NotNull method foo--h0D71M(p0: long): java.lang.String public synthetic bridge method withDefault(p0: java.lang.Object, p1: int): java.lang.String - public @org.jetbrains.annotations.NotNull method withDefault-OIj-6XA(p0: long, p1: int): java.lang.String + public @org.jetbrains.annotations.NotNull method withDefault-7bZmAKo(p0: long, p1: int): java.lang.String }