mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +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
5 lines
70 B
Kotlin
Vendored
5 lines
70 B
Kotlin
Vendored
|
|
@file:Fib(number = 4)
|
|
@file:Fib(number = 0)
|
|
|
|
print("fib(4)=${FIB_4}") |