Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
75d8a5bca606366254123abd80c77147a3d426a6
/
.
/
plugins
/
plugin-sandbox
/
testData
/
diagnostics
/
memberGen
/
topLevelCallables.kt
blob: 724518efbb26c77b31819ee8ba15b4b325be3478 [
file
]
package
foo
import
org
.
jetbrains
.
kotlin
.
plugin
.
sandbox
.
DummyFunction
@DummyFunction
class
MySuperClass
{
fun test
()
{
val s
=
dummyMySuperClass
(
this
)
takeString
(
s
)
}
}
fun takeString
(
s
:
String
)
{}