5297b4974f
- `constructor` keyword expected in primary constructor with non-empty modifier list - annotation list should be preceeded by '@'
9 lines
242 B
Kotlin
Vendored
9 lines
242 B
Kotlin
Vendored
// IntelliJ API Decompiler stub source generated from a class file
|
|
// Implementation of methods is not available
|
|
|
|
package test
|
|
|
|
internal final class AnnotationsOnPrimaryCtr @[dependency.A dependency.B dependency.C] private constructor() {
|
|
}
|
|
|