5171d92fb9
^KT-54402
8 lines
158 B
Kotlin
Vendored
8 lines
158 B
Kotlin
Vendored
// EXCLUDED_PACKAGES: one.two three.four "" five.six
|
|
|
|
package excluded_packages.test
|
|
|
|
class Class
|
|
fun function(): String = ""
|
|
val property: String get() = ""
|