mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
9 lines
182 B
Kotlin
9 lines
182 B
Kotlin
// WITH_LIBRARY: _library
|
|
// LOAD_AST: library.FunctionWithContract
|
|
package test
|
|
|
|
import library.FunctionWithContract
|
|
|
|
fun usage() {
|
|
FunctionWithContract().re<caret>quire(true)
|
|
} |