mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
#KT-38404 fixed also: - Add wrapper class for the location combined with the location id - Add source code location parameters to external dependency resolvers - Add tests for locations in annotations - Add tests for order of annotation resolution for dependencies resolvers
7 lines
122 B
Kotlin
Vendored
7 lines
122 B
Kotlin
Vendored
|
|
@file:Fib(4)
|
|
|
|
println("fib(1)=${FIB_1}")
|
|
println("fib(2)=${FIB_2}")
|
|
println("fib(3)=${FIB_3}")
|
|
println("fib(4)=${FIB_4}") |