blob: 28bc6b23f6e79e1f15756c30b093a504ff603e84 [file]
class A(val prop: Int = 42, c: String) {
constructor(st<caret>r: String) : this(str.myToInt(), str)
fun foo() = "str"
}
fun String.myToInt(): Int = 42