[FIR IDE] LC Fixed incorrect JvmOverloads
This commit is contained in:
@@ -6,3 +6,5 @@ class C {
|
|||||||
return "a"
|
return "a"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FIR_COMPARISON
|
||||||
@@ -18,3 +18,5 @@ interface Trait {
|
|||||||
val notNullVal: String
|
val notNullVal: String
|
||||||
var notNullVar: String
|
var notNullVar: String
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FIR_COMPARISON
|
||||||
+1
-1
@@ -133,7 +133,7 @@ internal fun FirLightClassBase.createMethods(
|
|||||||
containingClass = this@createMethods,
|
containingClass = this@createMethods,
|
||||||
isTopLevel = isTopLevel,
|
isTopLevel = isTopLevel,
|
||||||
methodIndex = methodIndex++,
|
methodIndex = methodIndex++,
|
||||||
argumentsSkipMask = skipMask
|
argumentsSkipMask = skipMask.clone() as BitSet
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user