Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
eeaff786f0d0a86b7b827da0028bbafe287d3c04
/
.
/
compiler
/
testData
/
cli
/
js
/
notValidLibraryDir.out
blob: bf9ef562f5c2fc5c7317a3b784bf583662580762 [
file
]
compiler
/
testData
/
cli
/
js
/
withLib
.
kt
:
2
:
8
:
error
:
unresolved reference
'library'
.
import
library
.
sample
.*
^^^^^^^
compiler
/
testData
/
cli
/
js
/
withLib
.
kt
:
6
:
13
:
error
:
unresolved reference
'pairAdd'
.
val x
=
pairAdd
(
p
)
^^^^^^^
COMPILATION_ERROR