Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
unresolvedNameInBackticksInReceiver.kt
blob: 9ec70e0950aa1bdbe7cdb7729daadb43b32f1f6b [
file
]
// RUN_PIPELINE_TILL: FRONTEND
// FIR_IDENTICAL
// ISSUE: KT-60597
fun test
()
{
<!
UNRESOLVED_REFERENCE
!>
`java.lang.Short.TYPE`
<!>.
getConstructor
(
TODO
())
}
/* GENERATED_FIR_TAGS: functionDeclaration */