mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Kotlin: Add test case for confusing overloading query
This commit is contained in:
@@ -12,3 +12,9 @@ class A {
|
||||
fun <T : Any> fn(value: T, i: Int = 1) {}
|
||||
fun fn(value: String, i: Int = 1) {}
|
||||
}
|
||||
|
||||
class Foo {
|
||||
val str by lazy {
|
||||
"someString"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user