``` data class Foo(val a: Any) fun test(foo: Foo?) { val y = "${foo?.a}" } ``` Related: https://github.com/detekt/detekt/issues/3196
Related: #3196