package kotlin.jvm.internal; public class Ref { public static String methodWhichDoesNotExistInKotlinRuntime() { return ":)"; } }