mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 08:31:28 +00:00
- Remove whole file resolve - Take already resolved element - Get kotlin element behind the wrapper directly - Remove outdated isKotlinDeclaration method - More tests
7 lines
55 B
Kotlin
Vendored
7 lines
55 B
Kotlin
Vendored
package some
|
|
|
|
/**
|
|
* KDoc foo
|
|
*/
|
|
fun foo(bar: Int) {
|
|
} |