f04b27b90b
- This adds KDoc reference resolution tests for callables in nested and inner classes, overloaded functions, and private callables. - Private declarations are visible in KDoc from outside their containing classes. This is in line with K1 KDoc behavior. ^KTIJ-22324
5 lines
149 B
Plaintext
Vendored
5 lines
149 B
Plaintext
Vendored
Resolved to:
|
|
0: (in Foo) fun foo(number: kotlin.Int)
|
|
1: (in Foo) fun foo(string: kotlin.String)
|
|
2: (in Foo) private fun foo(boolean: kotlin.Boolean)
|