Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
22c956b929bf98cd29cc57ddaecc593066bde86c
/
.
/
python
/
testData
/
codeInsight
/
codefragment
/
empty.test
blob: 159ec3a6064b4a826fd91669d7fe059acdc07ff2 [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame
]
1
import
foo
2
<begin>
3
print
(
"Foo was imported"
)
4
<end>
5
foo
.
do_something
6
<result>
7
In
:
8
Out
: