Skip to content

False negative in NullableToStringCall #3211

@t-kameyama

Description

@t-kameyama
data class Foo(val a: Any)

fun test(foo: Foo?) {
    val y = "${foo?.a}"
}

Related: #3196

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions