Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
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
);
}
}