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