Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
copyPaste
/
conversion
/
MethodReferenceWithoutQualifier.java
blob: 8bc2bfb8b062c08888ad280842bc54ad68b65340 [
file
] [
log
] [
blame
]
// NO_CONVERSION_EXPECTED
class
A
{
public
static
void
main
(
String
[]
args
)
{
qualifier
.<
selection
>
reference
(
arg
)</
selection
>;
}
}