IC mangling: Use '_' instead of 'x' as a placeholder before hashing
This commit is contained in:
+2
-2
@@ -19,6 +19,6 @@ public final class IC {
|
||||
@kotlin.Metadata
|
||||
public final class NullableAndNotNullPrimitiveKt {
|
||||
// source: 'nullableAndNotNullPrimitive.kt'
|
||||
public final static method foo-MSgPiiU(@org.jetbrains.annotations.Nullable p0: java.lang.Integer, p1: int): void
|
||||
public final static method foo-MSgPiiU(p0: int, p1: int): void
|
||||
public final static method foo-3XBUs8U(@org.jetbrains.annotations.Nullable p0: java.lang.Integer, p1: int): void
|
||||
public final static method foo-3XBUs8U(p0: int, p1: int): void
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user