mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
9 lines
205 B
Kotlin
9 lines
205 B
Kotlin
public class Test() {
|
|
|
|
internal constructor(x: Int, y: Int) : this() { }
|
|
|
|
}
|
|
|
|
// Diagnostic Matches: Incomplete annotation: @kotlin.Metadata(%)
|
|
// Diagnostic Matches: Unknown location for kotlin.Metadata
|