Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
refactoring
/
changeSignature
/
DoNotApplyPrimarySignatureToSecondaryCallsAfter.1.java
blob: b7adeb42e3b55fc47551478a454b36de7463edf7 [
file
] [
log
] [
blame
]
class
Test
{
void
test
()
{
new
C
(
""
);
new
C
(
"2"
,
"1"
);
}
}