Sign in
android
/
platform
/
tools
/
idea
/
ec3fb1e06285c0467a7a20360ca80453bc7635d4
/
.
/
java
/
java-tests
/
testData
/
compiler
/
notNullVerification
/
ConstructorParam.java
blob: d99acbd1c254fe5edf176ceea152378de561fca3 [
file
] [
log
] [
blame
]
import
org
.
jetbrains
.
annotations
.
NotNull
;
public
class
ConstructorParam
{
public
ConstructorParam
(
@NotNull
Object
o
)
{
}
}