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