Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
compiler
/
testData
/
experimental
/
jsExperimentalModule
/
usage.kt
blob: 3fa639fa74087fa42fa3158b7cf889d9db5f0513 [
file
]
package
usage
import
lib
.*
fun fail
(
foo
:
Foo
)
{
bar
()
}
@ExperimentalAPI
fun ok
(
foo
:
Foo
)
{
bar
()
}