Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e74282753ae0fda39015b2d1cc9c31db24bb800c
/
.
/
idea
/
testData
/
kotlinAndJavaChecker
/
javaAgainstKotlin
/
TopLevelFunctionInDataFlowInspection.java
blob: 3fe5b545a4cc32f52d0f647c6e5b6e43dd7f233f [
file
]
package
test
;
import
org
.
jetbrains
.
annotations
.
NotNull
;
import
test
.
kotlin
.*;
public
class
TopLevelFunctionInDataFlowInspection
{
void
other
(
@NotNull
Object
some
)
{
Object
foo
=
TopLevelFunctionInDataFlowInspectionKt
.
foo
(
some
);
}
}