Searched defs:method1 (Results 1 – 9 of 9) sorted by relevance
106 fun method1(newName: String): String? = null in Kotlin Parameter Name Change() method
106 fun method1() {} in Incompatible method change -- throws list -- kt() method
186 fun method1(string: String, maybeString: String?): String? = null in Kotlin Nullness() method
239 fun method1(vararg x: Int) { } in Remove vararg() method886 fun method1(b: Boolean, s1: String?) { } // No change in Remove default parameter() method927 fun method1(b: Boolean, s1: String?) { } // No change in Remove optional parameter() method
308 auto method1 = ir::MethodId("LTarget;", "foo", "(ILjava/lang/String;)I"); in TestMethodInstrumenter() local501 auto method1 = ir::MethodId("LTarget;", "foo", "(ILjava/lang/String;)I"); in TestArrayParamsEntryHook() local
497 fun method1(input: T): T in Nullability overrides in unbounded generics should be allowed() method
89 private String method1 = "method1"; field in AtestRunnerTest
380 for ((method1, method2) in inner1.methods().zip(inner2.methods())) { in <lambda>() constant
4244 fun method1(myInt: Int = 42, in Default Values and Names in Kotlin() method