KtLightMethod: isVarArgs() does not trigger exact delegate computation
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// C
|
||||
|
||||
class C {
|
||||
|
||||
fun f(vararg i: Int) {
|
||||
|
||||
}
|
||||
|
||||
fun p(i: Int, vararg s: String) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user