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