Merge pull request #10239 from tamasvajk/kotlin-fix-declaration-stack

Kotlin: Fix declaration stack
This commit is contained in:
Ian Lynagh
2022-09-09 16:03:31 +01:00
committed by GitHub
5 changed files with 76 additions and 26 deletions

View File

@@ -0,0 +1,5 @@
abstract class Base(func:() -> Unit = {}) { }
class Derived : Base({
data class Dc(val foo: String)
})

View File

@@ -0,0 +1,5 @@
import java
import semmle.code.java.Diagnostics
from Diagnostic d
select d