Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
resources-en
/
src
/
intentionDescriptions
/
AddSingleMemberStaticImportAction
/
after.java.template
blob: 486779e40d134f624f3e37b872031357c547b611 [
file
] [
log
] [
blame
]
import
static
java
.
lang
.
Math
.
PI
;
class
Computer
{
void
f
()
{
double
pi
=
PI
;
}
}