Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
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
)
{}