JS: do not use "-no-stdlib" in non-relevant tests
Rename some Ant tests: "simple[...]" -> "simpleWithoutStdlib[...]" and "simpleWithStdlib[...]" -> "simple[...]"
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
compiler/testData/integration/ant/js/simpleWithoutStdlibAndFolderAsAnotherLib/jslib-example/LibraryExample.kt
|
compiler/testData/integration/ant/js/simpleWithoutStdlibAndFolderAsAnotherLib/jslib-example/LibraryExample.kt
|
||||||
-no-stdlib
|
|
||||||
-meta-info
|
-meta-info
|
||||||
-output
|
-output
|
||||||
$TEMP_DIR$/jslib-example.js
|
$TEMP_DIR$/jslib-example.js
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
$TESTDATA_DIR$/withLib.kt
|
$TESTDATA_DIR$/withLib.kt
|
||||||
-libraries
|
-libraries
|
||||||
compiler/testData/integration/ant/js/simpleWithStdlibAndJsFileAsAnotherLib
|
compiler/testData/integration/ant/js/simpleWithJsFileAsAnotherLib
|
||||||
-output
|
-output
|
||||||
$TEMP_DIR$/out.js
|
$TEMP_DIR$/out.js
|
||||||
|
|||||||
+2
-2
@@ -1,8 +1,8 @@
|
|||||||
warning: 'compiler/testData/integration/ant/js/simpleWithStdlibAndJsFileAsAnotherLib' is not a valid Kotlin Javascript library
|
warning: 'compiler/testData/integration/ant/js/simpleWithJsFileAsAnotherLib' is not a valid Kotlin Javascript library
|
||||||
compiler/testData/cli/js/withLib.kt:2:8: error: unresolved reference: library
|
compiler/testData/cli/js/withLib.kt:2:8: error: unresolved reference: library
|
||||||
import library.sample.*
|
import library.sample.*
|
||||||
^
|
^
|
||||||
compiler/testData/cli/js/withLib.kt:6:13: error: unresolved reference: pairAdd
|
compiler/testData/cli/js/withLib.kt:6:13: error: unresolved reference: pairAdd
|
||||||
val x = pairAdd(p)
|
val x = pairAdd(p)
|
||||||
^
|
^
|
||||||
COMPILATION_ERROR
|
COMPILATION_ERROR
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
$TESTDATA_DIR$/simple2js.kt
|
$TESTDATA_DIR$/simple2js.kt
|
||||||
-no-stdlib
|
|
||||||
-output
|
-output
|
||||||
$TESTDATA_DIR$
|
$TESTDATA_DIR$
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
$TESTDATA_DIR$/simple2js.kt
|
$TESTDATA_DIR$/simple2js.kt
|
||||||
-no-stdlib
|
|
||||||
-output
|
-output
|
||||||
$TEMP_DIR$/out.js
|
$TEMP_DIR$/out.js
|
||||||
-output-postfix
|
-output-postfix
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
$TESTDATA_DIR$/simple2js.kt
|
$TESTDATA_DIR$/simple2js.kt
|
||||||
-no-stdlib
|
|
||||||
-output
|
-output
|
||||||
$TEMP_DIR$/out.js
|
$TEMP_DIR$/out.js
|
||||||
-output-prefix
|
-output-prefix
|
||||||
|
|||||||
-1
@@ -1,4 +1,3 @@
|
|||||||
$TESTDATA_DIR$/simple2js.kt
|
$TESTDATA_DIR$/simple2js.kt
|
||||||
-no-stdlib
|
|
||||||
-output
|
-output
|
||||||
$TEMP_DIR$/out.js
|
$TEMP_DIR$/out.js
|
||||||
|
|||||||
-1
@@ -1,5 +1,4 @@
|
|||||||
$TESTDATA_DIR$/sourceMap.kt
|
$TESTDATA_DIR$/sourceMap.kt
|
||||||
-no-stdlib
|
|
||||||
-source-map
|
-source-map
|
||||||
-source-map-prefix
|
-source-map-prefix
|
||||||
./
|
./
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
$TESTDATA_DIR$/sourceMapCharEscape.kt
|
$TESTDATA_DIR$/sourceMapCharEscape.kt
|
||||||
-no-stdlib
|
|
||||||
-source-map
|
-source-map
|
||||||
-source-map-embed-sources
|
-source-map-embed-sources
|
||||||
always
|
always
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
$TESTDATA_DIR$/sourceMapDuplicatePath/
|
$TESTDATA_DIR$/sourceMapDuplicatePath/
|
||||||
-no-stdlib
|
|
||||||
-source-map
|
-source-map
|
||||||
-source-map-base-dirs
|
-source-map-base-dirs
|
||||||
$TESTDATA_DIR$/sourceMapDuplicatePath/foo:$TESTDATA_DIR$/sourceMapDuplicatePath/bar
|
$TESTDATA_DIR$/sourceMapDuplicatePath/foo:$TESTDATA_DIR$/sourceMapDuplicatePath/bar
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
$TESTDATA_DIR$/sourceMap.kt
|
$TESTDATA_DIR$/sourceMap.kt
|
||||||
-no-stdlib
|
|
||||||
-source-map
|
-source-map
|
||||||
-source-map-prefix
|
-source-map-prefix
|
||||||
./
|
./
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
$TESTDATA_DIR$/sourceMap.kt
|
$TESTDATA_DIR$/sourceMap.kt
|
||||||
-no-stdlib
|
|
||||||
-source-map
|
-source-map
|
||||||
-source-map-prefix
|
-source-map-prefix
|
||||||
/localhost/src/
|
/localhost/src/
|
||||||
|
|||||||
+1
-3
@@ -1,14 +1,12 @@
|
|||||||
$TESTDATA_DIR$/sourceMapRelativeRoot/lib/src/lib.kt
|
$TESTDATA_DIR$/sourceMapRelativeRoot/lib/src/lib.kt
|
||||||
-no-stdlib
|
|
||||||
-source-map
|
-source-map
|
||||||
-meta-info
|
-meta-info
|
||||||
-output
|
-output
|
||||||
$TESTDATA_DIR$/sourceMapRelativeRoot/lib/out/lib.js
|
$TESTDATA_DIR$/sourceMapRelativeRoot/lib/out/lib.js
|
||||||
---
|
---
|
||||||
$TESTDATA_DIR$/sourceMapRelativeRoot/main/src/main.kt
|
$TESTDATA_DIR$/sourceMapRelativeRoot/main/src/main.kt
|
||||||
-no-stdlib
|
|
||||||
-libraries
|
-libraries
|
||||||
$TESTDATA_DIR$/sourceMapRelativeRoot/lib/out/
|
$TESTDATA_DIR$/sourceMapRelativeRoot/lib/out/
|
||||||
-source-map
|
-source-map
|
||||||
-output
|
-output
|
||||||
$TESTDATA_DIR$/sourceMapRelativeRoot/main/out/main.js
|
$TESTDATA_DIR$/sourceMapRelativeRoot/main/out/main.js
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
$TESTDATA_DIR$/sourceMapRoot/foo/file1.kt
|
$TESTDATA_DIR$/sourceMapRoot/foo/file1.kt
|
||||||
$TESTDATA_DIR$/sourceMapRoot/bar/file2.kt
|
$TESTDATA_DIR$/sourceMapRoot/bar/file2.kt
|
||||||
-no-stdlib
|
|
||||||
-source-map
|
-source-map
|
||||||
-source-map-prefix
|
-source-map-prefix
|
||||||
./
|
./
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
$TESTDATA_DIR$/sourceMapRoot/foo/file1.kt
|
$TESTDATA_DIR$/sourceMapRoot/foo/file1.kt
|
||||||
$TESTDATA_DIR$/sourceMapRoot/bar/file2.kt
|
$TESTDATA_DIR$/sourceMapRoot/bar/file2.kt
|
||||||
-no-stdlib
|
|
||||||
-source-map
|
-source-map
|
||||||
-source-map-base-dirs
|
-source-map-base-dirs
|
||||||
$TESTDATA_DIR$/
|
$TESTDATA_DIR$/
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ $TESTDATA_DIR$/sourceMapRoot/foo/file1.kt
|
|||||||
$TESTDATA_DIR$/sourceMapRoot/bar/file2.kt
|
$TESTDATA_DIR$/sourceMapRoot/bar/file2.kt
|
||||||
$TESTDATA_DIR$/sourceMapRoot/bar/baz/file3.kt
|
$TESTDATA_DIR$/sourceMapRoot/bar/baz/file3.kt
|
||||||
$TESTDATA_DIR$/sourceMapRoot/foo/baz/file4.kt
|
$TESTDATA_DIR$/sourceMapRoot/foo/baz/file4.kt
|
||||||
-no-stdlib
|
|
||||||
-source-map
|
-source-map
|
||||||
-source-map-base-dirs
|
-source-map-base-dirs
|
||||||
$TESTDATA_DIR$/sourceMapRoot/foo
|
$TESTDATA_DIR$/sourceMapRoot/foo
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
$TESTDATA_DIR$/sourceMapRoot/foo/file1.kt
|
$TESTDATA_DIR$/sourceMapRoot/foo/file1.kt
|
||||||
$TESTDATA_DIR$/sourceMapRoot/bar/file2.kt
|
$TESTDATA_DIR$/sourceMapRoot/bar/file2.kt
|
||||||
-no-stdlib
|
|
||||||
-source-map
|
-source-map
|
||||||
-source-map-base-dirs
|
-source-map-base-dirs
|
||||||
$TESTDATA_DIR$/foo:$TESTDATA_DIR$/bar
|
$TESTDATA_DIR$/foo:$TESTDATA_DIR$/bar
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
$TESTDATA_DIR$/../warnings.kt
|
$TESTDATA_DIR$/../warnings.kt
|
||||||
-no-stdlib
|
|
||||||
-nowarn
|
-nowarn
|
||||||
-output
|
-output
|
||||||
$TEMP_DIR$/out.js
|
$TEMP_DIR$/out.js
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<taskdef resource="org/jetbrains/kotlin/ant/antlib.xml" classpath="${kotlin.lib}/kotlin-ant.jar"/>
|
<taskdef resource="org/jetbrains/kotlin/ant/antlib.xml" classpath="${kotlin.lib}/kotlin-ant.jar"/>
|
||||||
|
|
||||||
<target name="build">
|
<target name="build">
|
||||||
<kotlin2js src="${test.data}/hello.kt" noStdlib="true" output="${temp}/out.js">
|
<kotlin2js src="${test.data}/hello.kt" output="${temp}/out.js">
|
||||||
<compilerarg value="-Xno-inline"/>
|
<compilerarg value="-Xno-inline"/>
|
||||||
</kotlin2js>
|
</kotlin2js>
|
||||||
</target>
|
</target>
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
|
|
||||||
<target name="build">
|
<target name="build">
|
||||||
<kotlin2js src="${test.data}/root1"
|
<kotlin2js src="${test.data}/root1"
|
||||||
noStdlib="true"
|
|
||||||
output="${temp}/out.js"
|
output="${temp}/out.js"
|
||||||
outputPrefix="${test.data}/prefix"
|
outputPrefix="${test.data}/prefix"
|
||||||
outputPostfix="${test.data}/postfix" />
|
outputPostfix="${test.data}/postfix" />
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<taskdef resource="org/jetbrains/kotlin/ant/antlib.xml" classpath="${kotlin.lib}/kotlin-ant.jar"/>
|
<taskdef resource="org/jetbrains/kotlin/ant/antlib.xml" classpath="${kotlin.lib}/kotlin-ant.jar"/>
|
||||||
|
|
||||||
<target name="build">
|
<target name="build">
|
||||||
<kotlin2js src="${test.data}/root1" noStdlib="true" output="${temp}/out.js" >
|
<kotlin2js src="${test.data}/root1" output="${temp}/out.js" >
|
||||||
<src>
|
<src>
|
||||||
<pathelement path="${test.data}/bar.kt"/>
|
<pathelement path="${test.data}/bar.kt"/>
|
||||||
<fileset dir="${test.data}/root2">
|
<fileset dir="${test.data}/root2">
|
||||||
|
|||||||
@@ -2,6 +2,6 @@
|
|||||||
<taskdef resource="org/jetbrains/kotlin/ant/antlib.xml" classpath="${kotlin.lib}/kotlin-ant.jar"/>
|
<taskdef resource="org/jetbrains/kotlin/ant/antlib.xml" classpath="${kotlin.lib}/kotlin-ant.jar"/>
|
||||||
|
|
||||||
<target name="build">
|
<target name="build">
|
||||||
<kotlin2js src="${test.data}/root1" noStdlib="true" output="${temp}/out.js" outputPostfix="${test.data}/postfix" />
|
<kotlin2js src="${test.data}/root1" output="${temp}/out.js" outputPostfix="${test.data}/postfix" />
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@@ -2,6 +2,6 @@
|
|||||||
<taskdef resource="org/jetbrains/kotlin/ant/antlib.xml" classpath="${kotlin.lib}/kotlin-ant.jar"/>
|
<taskdef resource="org/jetbrains/kotlin/ant/antlib.xml" classpath="${kotlin.lib}/kotlin-ant.jar"/>
|
||||||
|
|
||||||
<target name="build">
|
<target name="build">
|
||||||
<kotlin2js src="${test.data}/root1" noStdlib="true" output="${temp}/out.js" outputPrefix="${test.data}/prefix" />
|
<kotlin2js src="${test.data}/root1" output="${temp}/out.js" outputPrefix="${test.data}/prefix" />
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
+1
-1
@@ -2,6 +2,6 @@
|
|||||||
<taskdef resource="org/jetbrains/kotlin/ant/antlib.xml" classpath="${kotlin.lib}/kotlin-ant.jar"/>
|
<taskdef resource="org/jetbrains/kotlin/ant/antlib.xml" classpath="${kotlin.lib}/kotlin-ant.jar"/>
|
||||||
|
|
||||||
<target name="build">
|
<target name="build">
|
||||||
<kotlin2js src="${test.data}/root1" noStdlib="true" output="${temp}/out.js"/>
|
<kotlin2js src="${test.data}/root1" output="${temp}/out.js" main="call"/>
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
+10
-1
@@ -1,3 +1,12 @@
|
|||||||
package foo
|
package foo
|
||||||
|
|
||||||
fun box(): String = "OK"
|
var ok = "FAIL"
|
||||||
|
|
||||||
|
val hello = Pair("Hello", "World")
|
||||||
|
|
||||||
|
fun main() {
|
||||||
|
ok = "OK"
|
||||||
|
println(hello.first + " " + hello.second)
|
||||||
|
}
|
||||||
|
|
||||||
|
fun box(): String = ok
|
||||||
|
|||||||
@@ -2,6 +2,6 @@
|
|||||||
<taskdef resource="org/jetbrains/kotlin/ant/antlib.xml" classpath="${kotlin.lib}/kotlin-ant.jar"/>
|
<taskdef resource="org/jetbrains/kotlin/ant/antlib.xml" classpath="${kotlin.lib}/kotlin-ant.jar"/>
|
||||||
|
|
||||||
<target name="build">
|
<target name="build">
|
||||||
<kotlin2js src="${test.data}/root1" output="${temp}/out.js" noStdlib="true" main="call"/>
|
<kotlin2js src="${test.data}/root1" output="${temp}/out.js" main="call"/>
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@@ -2,6 +2,6 @@
|
|||||||
<taskdef resource="org/jetbrains/kotlin/ant/antlib.xml" classpath="${kotlin.lib}/kotlin-ant.jar"/>
|
<taskdef resource="org/jetbrains/kotlin/ant/antlib.xml" classpath="${kotlin.lib}/kotlin-ant.jar"/>
|
||||||
|
|
||||||
<target name="build">
|
<target name="build">
|
||||||
<kotlin2js src="${test.data}/root1" noStdlib="true" output="${temp}/out.js" main="call"/>
|
<kotlin2js src="${test.data}/root1" output="${temp}/out.js" main="call"/>
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@@ -1,12 +0,0 @@
|
|||||||
package foo
|
|
||||||
|
|
||||||
var ok = "FAIL"
|
|
||||||
|
|
||||||
val hello = Pair("Hello", "World")
|
|
||||||
|
|
||||||
fun main() {
|
|
||||||
ok = "OK"
|
|
||||||
println(hello.first + " " + hello.second)
|
|
||||||
}
|
|
||||||
|
|
||||||
fun box(): String = ok
|
|
||||||
@@ -2,6 +2,6 @@
|
|||||||
<taskdef resource="org/jetbrains/kotlin/ant/antlib.xml" classpath="${kotlin.lib}/kotlin-ant.jar"/>
|
<taskdef resource="org/jetbrains/kotlin/ant/antlib.xml" classpath="${kotlin.lib}/kotlin-ant.jar"/>
|
||||||
|
|
||||||
<target name="build">
|
<target name="build">
|
||||||
<kotlin2js src="${test.data}/root1" noStdlib="true" output="${temp}/out.js" main="call"/>
|
<kotlin2js src="${test.data}/root1" output="${temp}/out.js" main="call"/>
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
+1
-1
@@ -2,6 +2,6 @@
|
|||||||
<taskdef resource="org/jetbrains/kotlin/ant/antlib.xml" classpath="${kotlin.lib}/kotlin-ant.jar"/>
|
<taskdef resource="org/jetbrains/kotlin/ant/antlib.xml" classpath="${kotlin.lib}/kotlin-ant.jar"/>
|
||||||
|
|
||||||
<target name="build">
|
<target name="build">
|
||||||
<kotlin2js src="${test.data}/root1" output="${temp}/out.js" main="call"/>
|
<kotlin2js src="${test.data}/root1" noStdlib="true" output="${temp}/out.js"/>
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
package foo
|
||||||
|
|
||||||
|
fun box(): String = "OK"
|
||||||
@@ -2,6 +2,6 @@
|
|||||||
<taskdef resource="org/jetbrains/kotlin/ant/antlib.xml" classpath="${kotlin.lib}/kotlin-ant.jar"/>
|
<taskdef resource="org/jetbrains/kotlin/ant/antlib.xml" classpath="${kotlin.lib}/kotlin-ant.jar"/>
|
||||||
|
|
||||||
<target name="build">
|
<target name="build">
|
||||||
<kotlin2js src="${test.data}/root1" noStdlib="true" output="${temp}/out.js" sourcemap="true"/>
|
<kotlin2js src="${test.data}/root1" output="${temp}/out.js" sourcemap="true"/>
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
+1
-1
@@ -2,6 +2,6 @@
|
|||||||
<taskdef resource="org/jetbrains/kotlin/ant/antlib.xml" classpath="${kotlin.lib}/kotlin-ant.jar"/>
|
<taskdef resource="org/jetbrains/kotlin/ant/antlib.xml" classpath="${kotlin.lib}/kotlin-ant.jar"/>
|
||||||
|
|
||||||
<target name="build">
|
<target name="build">
|
||||||
<kotlin2js src="${test.data}/root1" output="${temp}/out.js" noStdlib="true" verbose="true"/>
|
<kotlin2js src="${test.data}/root1" output="${temp}/out.js" verbose="true"/>
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
+1
-1
@@ -2,6 +2,6 @@
|
|||||||
<taskdef resource="org/jetbrains/kotlin/ant/antlib.xml" classpath="${kotlin.lib}/kotlin-ant.jar"/>
|
<taskdef resource="org/jetbrains/kotlin/ant/antlib.xml" classpath="${kotlin.lib}/kotlin-ant.jar"/>
|
||||||
|
|
||||||
<target name="build">
|
<target name="build">
|
||||||
<kotlin2js src="${test.data}/root1" output="${temp}/out.js" noStdlib="true" printVersion="true"/>
|
<kotlin2js src="${test.data}/root1" output="${temp}/out.js" printVersion="true"/>
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@@ -83,7 +83,6 @@ class LauncherScriptTest : TestCaseWithTmpdir() {
|
|||||||
runProcess(
|
runProcess(
|
||||||
"kotlinc-js",
|
"kotlinc-js",
|
||||||
"$testDataDirectory/emptyMain.kt",
|
"$testDataDirectory/emptyMain.kt",
|
||||||
"-no-stdlib",
|
|
||||||
"-output", File(tmpdir, "out.js").path
|
"-output", File(tmpdir, "out.js").path
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ public class AntTaskJsTest extends AbstractAntTaskTest {
|
|||||||
doJsAntTest();
|
doJsAntTest();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testSimpleWithStdlib() throws Exception {
|
public void testSimpleWithoutStdlib() throws Exception {
|
||||||
doJsAntTest();
|
doJsAntTest();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -107,19 +107,19 @@ public class AntTaskJsTest extends AbstractAntTaskTest {
|
|||||||
doJsAntTest("jslib-example.js");
|
doJsAntTest("jslib-example.js");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testSimpleWithStdlibAndJsFileAsAnotherLib() throws Exception {
|
public void testSimpleWithJsFileAsAnotherLib() throws Exception {
|
||||||
doJsAntTest("jslib-example.js");
|
doJsAntTest("jslib-example.js");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testSimpleWithStdlibAndJsFileAsAnotherLibModuleKind() throws Exception {
|
public void testSimpleWithJsFileAsAnotherLibModuleKind() throws Exception {
|
||||||
doJsAntTest(true, "amd.js", "jslib-example.js");
|
doJsAntTest(true, "amd.js", "jslib-example.js");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testSimpleWithStdlibAndTwoJsFilesAsLibraries() throws Exception {
|
public void testSimpleWithTwoJsFilesAsLibraries() throws Exception {
|
||||||
doJsAntTest("jslib-example1.js", "jslib-example2.js");
|
doJsAntTest("jslib-example1.js", "jslib-example2.js");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testSimpleWithStdlibAndJsFilesWithTwoModulesAsLibrary() throws Exception {
|
public void testSimpleWithJsFilesWithTwoModulesAsLibrary() throws Exception {
|
||||||
doJsAntTest("jslib-example.js");
|
doJsAntTest("jslib-example.js");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user