Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
j2k
/
testData
/
fileOrElement
/
issues
/
unfinishedReferenceExpression.kt
blob: 2a8933133811a88ae1b92f03c90749a3d36b2e13 [
file
] [
log
] [
blame
]
// ERROR: The expression cannot be a selector (occur after a dot)
class
JavaClass
{
var
v
=
""
fun m
(
s
:
String
)
{
s
.
this
.
v
.
}
}