Files
codeql/java/ql/test/kotlin/library-tests/inherited-single-abstract-method/test.expected
Chris Smowton e80254b0a6 Fix generated implementation of an inherited single abstract method
For example, UnaryOperator<T> extends Function<T, T> without overriding / defining its own `apply` method.
2022-05-19 20:57:54 +01:00

5 lines
288 B
Plaintext

| test.kt:0:0:0:0 | TestKt | test.kt:3:1:3:35 | f |
| test.kt:0:0:0:0 | TestKt | test.kt:5:1:9:1 | test |
| test.kt:7:5:7:12 | new Function1<String,String>(...) { ... } | test.kt:7:5:7:12 | invoke |
| test.kt:7:5:7:12 | new UnaryOperator<String>(...) { ... } | test.kt:7:5:7:12 | apply |