Yang Guang

Results 6 comments of Yang Guang

@HeiVask thanks, and for now it works. But how do you find this "bihdhbjih" string from whatsapp web? I think the version may update anytime so we should have a...

@changzhi1990 It's a channel not group. Cannot discuss.

oh, error is the keyword of solidity, I got it.

Emm... I found that the keyword "error" can be a legal variable name. ```solidity pragma solidity ^0.8.0; contract A { address init; constructor(address init_addr) { init = init_addr; } function...

for me quote could not auto close whatever set "editor.autoClosingQuotes" to "always" or "lanaguageDefined". solidity extension version:v0.0165 vscode:1.84.0