Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6330def4271b547b5c7db5f9759e387de2908e94
/
.
/
compiler
/
testData
/
ir
/
sourceRanges
/
declarations
/
topLevelFuns.kt
blob: e5eb28fa5a493040393a8c04495a6b768ac701b3 [
file
] [
log
] [
blame
]
package
test
fun test0
()
{}
/**
* block comment
*/
fun test1
()
{}
@Suppress
(
"UNUSED_VARIABLE"
)
fun test2
()
{}
private
fun test3
()
{}