Check OOB stays the same for string in super type constructor call
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// FALSE
|
||||
|
||||
abstract class S(val f: () -> Unit)
|
||||
|
||||
fun foo(s: String, f: () -> Unit) {}
|
||||
|
||||
class ST : S(
|
||||
{
|
||||
foo("a <caret>test calculator") {
|
||||
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user