mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 15:54:05 +00:00
Add origin for generated jvm overloads and tweak equals methods to distinguish them
- KT-7586 Strange navigation issue #KT-7586 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public class AutoGeneratedOverloads {
|
||||
public static void foo() {
|
||||
k.KPackage.<caret>withJvmOverloads(0);
|
||||
}
|
||||
}
|
||||
|
||||
// REF: (in k).withJvmOverloads(Int,Boolean,String)
|
||||
Reference in New Issue
Block a user