Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
quickfix
/
insertDelegationCall
/
primaryRequiredWithBody.kt.after
blob: 73509bdb04ad7f3efc27726526db4baef12567e4 [
file
]
// "Insert 'this()' call" "true"
class
A
()
{
constructor
(
x
:
String
)<
caret
>
:
this
()
{
}
}