Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
plugins
/
plugin-sandbox
/
testData
/
diagnostics
/
checkers
/
simple.kt
blob: 599a28693cadc901a7c97d5be60cf779cbc98223 [
file
]
fun
<!
FUNCTION_WITH_DUMMY_NAME
!>
dummy
<!>(
x
:
Int
)
{
}
class
A
{
fun
<!
FUNCTION_WITH_DUMMY_NAME
!>
dummy
<!>()
{
}
}
class
B
{
val dummy
:
Int
=
1
}