CARVIEW |
Select Language
HTTP/2 200
date: Thu, 16 Oct 2025 04:29:44 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=0db3e4f2ec546169370f7285f3353780d40c56a56a9ce249d4f1358186b096caa%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22O8Hllv9k69ED5_XyqK_LDvXE46__Kn48%22%3B%7D; HttpOnly; Path=/
cf-ray: 98f4d11d3a79c151-BLR
Export example - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import scala.util.Random
- object Main {
- @main def test(): Unit = {
- val printer = Printer()
- val scanner = Scanner()
- val copyMachine = CopyMachine(printer, scanner)
- val file = copyMachine.scanFile()
- copyMachine.printFile(file)
- copyMachine.copy()
- //copyMachine.glitch() - don't compile
- }
- class Printer {
- def printFile(file: String): Unit =
- println(s"Printing $file.")
- def glitch(): Unit =
- println("Glitchy printer")
- }
- class Scanner {
- def scanFile(): String = {
- println("Scanning file")
- Random.nextString(10)
- }
- }
- class CopyMachine(printer: Printer, scanner: Scanner) {
- export printer.{glitch => _, *}
- export scanner.*
- def copy(): Unit = printFile(scanFile())
- }
- }
Add Comment
Please, Sign In to add comment
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ X
JavaScript | 3 sec ago | 0.25 KB
-
📝 EASY MONEY GUIDE ✅ Working J
JavaScript | 11 sec ago | 0.25 KB
-
📌 Instant BTC Profit Method ✅ Working 7
JavaScript | 19 sec ago | 0.25 KB
-
📌 Swapzone +37% glitch ⭐ A
JavaScript | 1 min ago | 0.25 KB
-
✅⭐ Make huge profits on trading ⭐⭐ T
JavaScript | 2 min ago | 0.25 KB
-
✅ Marketplace Glitch ✅ Working NEVER SEEN BE...
JavaScript | 2 min ago | 0.25 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ X
JavaScript | 2 min ago | 0.25 KB
-
📝 EASY MONEY GUIDE ✅ Working J
JavaScript | 2 min ago | 0.25 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand