e5ce32feeb
KTIJ-23505 and duplicates
8 lines
116 B
Kotlin
Vendored
8 lines
116 B
Kotlin
Vendored
class Foo<T>(len : Int) {
|
|
constructor(s : String) : this(s.length) {}
|
|
}
|
|
|
|
fun f() {
|
|
<expr>Foo<String></expr>
|
|
}
|